8.2.8.24. add_args

class add_args(func, n=1, callback=None)[source]

Methods

__call__

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__

__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().

__init__(func, n=1, callback=None)[source]

Attributes

__annotations__

__dict__

__doc__

__module__

__name__

__signature__

__weakref__

list of weak references to the object

_args

_args = ('func', 'n', 'callback')
__init__(func, n=1, callback=None)[source]
__name__ = 'add_args'
__doc__ = None
property __signature__
__call__(*args, **kwargs)[source]

Call self as a function.

__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