8.2.11.3. _Token¶
- class _Token(*args)[source]¶
Methods
__delattr__Implement delattr(self, name).
__dir__Default dir() implementation.
Return self==value.
__format__Default object formatter.
__ge__Return self>=value.
__getattribute__Return getattr(self, name).
__getstate__Helper for pickle.
__gt__Return self>value.
Return hash(self).
__init_subclass__This method is called when a class is subclassed.
__le__Return self<=value.
__lt__Return self<value.
Return self!=value.
__new__Helper for pickle.
__reduce_ex__Helper for pickle.
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
- __doc__ = None¶
- __annotations__ = {}¶
- __dict__ = mappingproxy({'__module__': 'schedula.utils.gen', '__doc__': None, '__init__': <function _Token.__init__>, '__reduce__': <function _Token.__reduce__>, '__repr__': <function _Token.__repr__>, '__eq__': <function _Token.__eq__>, '__ne__': <function _Token.__ne__>, '__hash__': <function _Token.__hash__>, '__copy__': <function _Token.__copy__>, '__deepcopy__': <function _Token.__deepcopy__>, '__dict__': <attribute '__dict__' of '_Token' objects>, '__weakref__': <attribute '__weakref__' of '_Token' objects>, '__annotations__': {}})¶
- __module__ = 'schedula.utils.gen'¶
- __weakref__¶
list of weak references to the object