Commit 747afb25 authored by Guido van Rossum's avatar Guido van Rossum

asyncio: Reincarnate CoroWrapper's docstring as a comment.

parent 93893fcd
...@@ -32,6 +32,8 @@ _DEBUG = False ...@@ -32,6 +32,8 @@ _DEBUG = False
class CoroWrapper: class CoroWrapper:
# Wrapper for coroutine in _DEBUG mode.
__slots__ = ['gen', 'func', '__name__', '__doc__'] __slots__ = ['gen', 'func', '__name__', '__doc__']
def __init__(self, gen, func): def __init__(self, gen, func):
......
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