saving_callback property

saving_callback property

Definition:

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

See Also