We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e671a9a commit c7dcec4Copy full SHA for c7dcec4
1 file changed
docs/source/conf.py
@@ -30,6 +30,16 @@
30
("py:class", "CapacityLimiter-like object"),
31
("py:class", "bytes-like"),
32
("py:class", "None"),
33
+
34
+ ("py:func", "trio_asyncio.wait_for_child"),
35
+ ("py:func", "trio_asyncio.run_future"),
36
+ ("py:class", "trio_asyncio.TrioEventLoop"),
37
+ ("py:class", "trio_asyncio.TrioExecutor"),
38
+ ("py:class", "trio_asyncio.TrioChildWatcher"),
39
+ ("py:meth", "trio_asyncio.TrioEventLoop.autoclose"),
40
+ ("py:meth", "trio_asyncio.TrioEventLoop.add_reader"),
41
+ ("py:meth", "trio_asyncio.TrioEventLoop.add_writer"),
42
+ ("py:meth", "trio_asyncio.sync.SyncTrioEventLoop.run_until_complete"),
43
]
44
45
autodoc_inherit_docstrings = False
0 commit comments