custom_implementation_factory proprietà

custom_implementation_factory proprietà

Ottiene o imposta la factory per la creazione di istanze con implementazione speciale.

Definizione:

@property
def custom_implementation_factory(self):
    ...
@custom_implementation_factory.setter
def custom_implementation_factory(self, value):
    ...

Guarda anche