File: api-reference.rst

package info (click to toggle)
crochet 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 580 kB
  • sloc: python: 2,975; makefile: 130; sh: 6
file content (12 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
API Reference
=============

.. autofunction:: crochet.setup()
.. autofunction:: crochet.no_setup()
.. autofunction:: crochet.run_in_reactor(function)
.. autofunction:: crochet.wait_for(timeout)
.. autoclass:: crochet.EventualResult
   :members:
.. autofunction:: crochet.retrieve_result(result_id)
.. autoexception:: crochet.TimeoutError
.. autoexception:: crochet.ReactorStopped