mirror of
https://github.com/python/cpython.git
synced 2025-09-29 19:56:59 +00:00
docs: Fix inspect docs re gi_yieldfrom
This commit is contained in:
parent
13e09709b4
commit
c135f0a850
1 changed files with 4 additions and 4 deletions
|
@ -178,6 +178,10 @@ attributes:
|
||||||
+-----------+-----------------+---------------------------+
|
+-----------+-----------------+---------------------------+
|
||||||
| | gi_code | code |
|
| | gi_code | code |
|
||||||
+-----------+-----------------+---------------------------+
|
+-----------+-----------------+---------------------------+
|
||||||
|
| | gi_yieldfrom | object being iterated by |
|
||||||
|
| | | ``yield from``, or |
|
||||||
|
| | | ``None`` |
|
||||||
|
+-----------+-----------------+---------------------------+
|
||||||
| coroutine | __name__ | name |
|
| coroutine | __name__ | name |
|
||||||
+-----------+-----------------+---------------------------+
|
+-----------+-----------------+---------------------------+
|
||||||
| | __qualname__ | qualified name |
|
| | __qualname__ | qualified name |
|
||||||
|
@ -191,10 +195,6 @@ attributes:
|
||||||
+-----------+-----------------+---------------------------+
|
+-----------+-----------------+---------------------------+
|
||||||
| | cr_code | code |
|
| | cr_code | code |
|
||||||
+-----------+-----------------+---------------------------+
|
+-----------+-----------------+---------------------------+
|
||||||
| | gi_yieldfrom | object being iterated by |
|
|
||||||
| | | ``yield from``, or |
|
|
||||||
| | | ``None`` |
|
|
||||||
+-----------+-----------------+---------------------------+
|
|
||||||
| builtin | __doc__ | documentation string |
|
| builtin | __doc__ | documentation string |
|
||||||
+-----------+-----------------+---------------------------+
|
+-----------+-----------------+---------------------------+
|
||||||
| | __name__ | original name of this |
|
| | __name__ | original name of this |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue