opengate.decorators =================== .. py:module:: opengate.decorators Functions --------- .. autoapisummary:: opengate.decorators.requires_not_none opengate.decorators.requires_attribute opengate.decorators.requires_fatal opengate.decorators.requires_warning opengate.decorators.requires_attribute_fatal Module Contents --------------- .. py:function:: requires_not_none(attribute, mode='fatal') .. py:function:: requires_attribute(attribute, mode='fatal', msg=None) .. py:function:: requires_fatal(attribute) .. py:function:: requires_warning(attribute) .. py:function:: requires_attribute_fatal(attribute, msg=None)