3.10.1.6. opengate.decorators

3.10.1.6.1. Functions

requires_not_none(attribute[, mode])

requires_attribute(attribute[, mode, msg])

requires_fatal(attribute)

requires_warning(attribute)

requires_attribute_fatal(attribute[, msg])

3.10.1.6.2. Module Contents

opengate.decorators.requires_not_none(attribute, mode='fatal')[source]
opengate.decorators.requires_attribute(attribute, mode='fatal', msg=None)[source]
opengate.decorators.requires_fatal(attribute)[source]
opengate.decorators.requires_warning(attribute)[source]
opengate.decorators.requires_attribute_fatal(attribute, msg=None)[source]