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):
    ...
@staticmethod
def set_custom_implementation_factory(value):
    ...

See Also