asyncio: don't document private functions

This commit is contained in:
Victor Stinner 2013-12-10 02:52:49 +01:00
parent 34f2946a11
commit fc25d629ab

View file

@ -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