File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -289,15 +289,15 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
289289+-----------------+-------------------+---------------------------+
290290| | cr_running | is the coroutine running? |
291291+-----------------+-------------------+---------------------------+
292+ | | cr_suspended | is the coroutine |
293+ | | | suspended? |
294+ +-----------------+-------------------+---------------------------+
292295| | cr_code | code |
293296+-----------------+-------------------+---------------------------+
294297| | cr_origin | where coroutine was |
295298| | | created, or ``None ``. See |
296299| | | |coroutine-origin-link | |
297300+-----------------+-------------------+---------------------------+
298- | | cr_suspended | is the coroutine |
299- | | | suspended? |
300- +-----------------+-------------------+---------------------------+
301301| builtin | __doc__ | documentation string |
302302+-----------------+-------------------+---------------------------+
303303| | __name__ | original name of this |
You can’t perform that action at this time.
0 commit comments