3.1.2.3. opengate.decorators

3.1.2.3.1. Module Contents

3.1.2.3.1.1. Functions

requires_not_none(attribute[, mode])

requires_attribute(attribute[, mode, msg])

requires_fatal(attribute)

requires_warning(attribute)

requires_attribute_fatal(attribute[, msg])

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]