custom_implementation_factory propriété

custom_implementation_factory propriété

Obtient ou définit la fabrique pour créer des instances avec une implémentation spéciale.

Définition:

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

Voir également