Commit fc25d629 authored by Victor Stinner's avatar Victor Stinner

asyncio: don't document private functions

parent 34f2946a
...@@ -391,14 +391,6 @@ Task functions ...@@ -391,14 +391,6 @@ Task functions
outer Future is *not* cancelled in this case. (This is to prevent the outer Future is *not* cancelled in this case. (This is to prevent the
cancellation of one child to cause other children to be cancelled.) cancellation of one child to cause other children to be cancelled.)
.. function:: tasks.iscoroutinefunction(func)
Return ``True`` if *func* is a decorated coroutine function.
.. function:: tasks.iscoroutine(obj)
Return ``True`` if *obj* is a coroutine object.
.. function:: sleep(delay, result=None, \*, loop=None) .. function:: sleep(delay, result=None, \*, loop=None)
Create a :ref:`coroutine <coroutine>` that completes after a given time Create a :ref:`coroutine <coroutine>` that completes after a given time
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment