Thanks to visit codestin.com Credit goes to github.com
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 45d8e7b commit aabc131Copy full SHA for aabc131
2 files changed
Doc/library/asyncio-dev.rst
@@ -98,7 +98,6 @@ imported before the flag value can be changed.
98
Example with the bug::
99
100
import asyncio
101
- asyncio.tasks._DEBUG = True
102
103
@asyncio.coroutine
104
def test():
Doc/library/asyncio-eventloop.rst
@@ -558,7 +558,7 @@ Debug mode
558
559
.. method:: BaseEventLoop.get_debug()
560
561
- Get the debug mode (:class:`bool`) of the event loop.
+ Get the debug mode (:class:`bool`) of the event loop, ``False`` by default.
562
563
.. method:: BaseEventLoop.set_debug(enabled: bool)
564
0 commit comments