8.2.2.1.3. Executor¶
- class Executor[source]¶
Base Executor
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__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.asy.executors', '__doc__': 'Base Executor', '__init__': <function Executor.__init__>, '__reduce__': <function Executor.__reduce__>, '_set_future': <function Executor._set_future>, '_target': <staticmethod(<function Executor._target>)>, 'shutdown': <function Executor.shutdown>, 'submit': <function Executor.submit>, '__dict__': <attribute '__dict__' of 'Executor' objects>, '__weakref__': <attribute '__weakref__' of 'Executor' objects>, '__annotations__': {}})¶
- __doc__ = 'Base Executor'¶
- __module__ = 'schedula.utils.asy.executors'¶
- __weakref__¶
list of weak references to the object