File: patterns.rst

package info (click to toggle)
python-taskflow 5.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,564 kB
  • sloc: python: 28,241; sh: 269; makefile: 24
file content (34 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
--------
Patterns
--------

.. automodule:: taskflow.flow


Linear flow
~~~~~~~~~~~

.. automodule:: taskflow.patterns.linear_flow


Unordered flow
~~~~~~~~~~~~~~

.. automodule:: taskflow.patterns.unordered_flow


Graph flow
~~~~~~~~~~

.. automodule:: taskflow.patterns.graph_flow
.. automodule:: taskflow.deciders

Hierarchy
~~~~~~~~~

.. inheritance-diagram::
    taskflow.flow
    taskflow.patterns.linear_flow
    taskflow.patterns.unordered_flow
    taskflow.patterns.graph_flow
    :parts: 2