File: api.rst

package info (click to toggle)
hiro 1.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: python: 2,006; sh: 54; makefile: 30
file content (23 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*****************
API Documentation
*****************
.. currentmodule:: hiro

.. autoclass:: Timeline
    :members:

.. autofunction:: run_sync
.. autofunction:: run_threaded
.. autofunction:: run_async

.. currentmodule:: hiro.core
.. autoclass:: ScaledRunner
    :members:

.. autoclass:: ScaledThreadedRunner
    :members:
    :inherited-members:

.. autoclass:: ScaledAsyncRunner