]> granicus.if.org Git - python/commitdiff
asyncio: don't document private functions
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 10 Dec 2013 01:52:49 +0000 (02:52 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 10 Dec 2013 01:52:49 +0000 (02:52 +0100)
Doc/library/asyncio-task.rst

index f42aaa7de81b794a31dfa0210c0719f4ba3c3860..5769e9152010ca1edd1b927cb883abd711d90a9d 100644 (file)
@@ -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 <coroutine>` that completes after a given time