8.2.8.24. add_args¶
- class add_args(func, n=1, callback=None)[source]¶
Methods
Call self as a function.
__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
- _args = ('func', 'n', 'callback')¶
- __name__ = 'add_args'¶
- __doc__ = None¶
- property __signature__¶
- __annotations__ = {}¶
- __dict__ = mappingproxy({'__module__': 'schedula.utils.dsp', '__doc__': None, '__name__': None, '_args': ('func', 'n', 'callback'), '__init__': <function add_args.__init__>, '__signature__': <property object>, '__call__': <function add_args.__call__>, '__dict__': <attribute '__dict__' of 'add_args' objects>, '__weakref__': <attribute '__weakref__' of 'add_args' objects>, '__annotations__': {}})¶
- __module__ = 'schedula.utils.dsp'¶
- __weakref__¶
list of weak references to the object