custom_implementation_factory property

custom_implementation_factory property

Gets or sets the factory for creating instances with special implementation.

Definition:

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

See Also