warning_callback property

warning_callback property

Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback.

Definition:

@property
def warning_callback(self):
    ...

@warning_callback.setter
def warning_callback(self, value):
    ...

See Also