custom_functions property

custom_functions property

Gets the CustomFunctions.

Definition:

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

See Also