uvloop/docs/api/index.rst

21 lines
317 B
ReStructuredText
Raw Normal View History

2016-05-08 04:30:27 +00:00
API
===
If you are looking for information on a specific function, class or method,
this part of the documentation is for you.
uvloop
------
.. autoclass:: uvloop.EventLoopPolicy
:members:
2016-05-09 19:00:34 +00:00
.. autofunction:: uvloop.new_event_loop
.. autoclass:: uvloop.Loop
2016-05-08 04:30:27 +00:00
:members:
:undoc-members:
2016-05-09 19:00:34 +00:00
:inherited-members:
2016-05-08 04:30:27 +00:00