skbio.workflow.method¶
- class skbio.workflow.method(priority=0)[source]¶
Decorate a function to indicate it is a workflow method
- Parameters
priority (int) – Specify a priority for the method, the higher the value the higher the priority. Priorities are relative to a given workflow
Attributes
highest_priority
Built-ins
__call__
(func)State: Experimental as of 0.4.0.
__eq__
(value, /)Return self==value.
__ge__
(value, /)Return self>=value.
Helper for pickle.
__gt__
(value, /)Return self>value.
__hash__
()Return hash(self).
__le__
(value, /)Return self<=value.
__lt__
(value, /)Return self<value.
__ne__
(value, /)Return self!=value.
__str__
()Return str(self).
Methods