8.2.10.4.11.10. Security¶
- class Security(app, *args, **kwargs)[source]¶
Methods
__delattr__Implement delattr(self, name).
__dir__Default dir() implementation.
__eq__Return self==value.
__format__Default object formatter.
__ge__Return self>=value.
__getattribute__Return getattr(self, name).
__getstate__Helper for pickle.
__gt__Return self>value.
__hash__Return hash(self).
__init_subclass__This method is called when a class is subclassed.
__le__Return self<=value.
__lt__Return self<value.
__ne__Return self!=value.
__new____reduce__Helper for pickle.
__reduce_ex__Helper for pickle.
__repr__Return repr(self).
__setattr__Implement setattr(self, name, value).
__sizeof__Size of object in memory, in bytes.
__str__Return str(self).
__subclasshook__Abstract classes can override this to customize issubclass().
Attributes
list of weak references to the object
- __annotations__ = {}¶
- __dict__ = mappingproxy({'__module__': 'schedula.utils.form.server.security', '__init__': <function Security.__init__>, 'init_app': <function Security.init_app>, '__dict__': <attribute '__dict__' of 'Security' objects>, '__weakref__': <attribute '__weakref__' of 'Security' objects>, '__doc__': None, '__annotations__': {}})¶
- __doc__ = None¶
- __module__ = 'schedula.utils.form.server.security'¶
- __weakref__¶
list of weak references to the object