8.2.8.20. NoSub

class NoSub[source]

Class for avoiding to add a sub solution to the workflow.

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__

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

Attributes

__annotations__

__dict__

__doc__

__module__

__weakref__

list of weak references to the object

__annotations__ = {}
__dict__ = mappingproxy({'__module__': 'schedula.utils.dsp', '__doc__': 'Class for avoiding to add a sub solution to the workflow.', '__dict__': <attribute '__dict__' of 'NoSub' objects>, '__weakref__': <attribute '__weakref__' of 'NoSub' objects>, '__annotations__': {}})
__doc__ = 'Class for avoiding to add a sub solution to the workflow.'
__module__ = 'schedula.utils.dsp'
__weakref__

list of weak references to the object