From fc25d629aba73a0da3fa0dd9de640a117fd76c29 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 10 Dec 2013 02:52:49 +0100 Subject: asyncio: don't document private functions --- Doc/library/asyncio-task.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index f42aaa7..5769e91 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -391,14 +391,6 @@ Task functions outer Future is *not* cancelled in this case. (This is to prevent the 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) Create a :ref:`coroutine ` that completes after a given time -- cgit v0.12