File tree Expand file tree Collapse file tree
Misc/NEWS.d/next/Documentation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,6 +70,9 @@ attributes:
7070| | | method is bound, or |
7171| | | ``None `` |
7272+-----------+-------------------+---------------------------+
73+ | | __module__ | name of module in which |
74+ | | | this method was defined |
75+ +-----------+-------------------+---------------------------+
7376| function | __doc__ | documentation string |
7477+-----------+-------------------+---------------------------+
7578| | __name__ | name with which this |
@@ -98,6 +101,9 @@ attributes:
98101| | | reserved for return |
99102| | | annotations. |
100103+-----------+-------------------+---------------------------+
104+ | | __module__ | name of module in which |
105+ | | | this function was defined |
106+ +-----------+-------------------+---------------------------+
101107| traceback | tb_frame | frame object at this |
102108| | | level |
103109+-----------+-------------------+---------------------------+
Original file line number Diff line number Diff line change 1+ Add an entry for ``__module__ `` in the "function" & "method" sections of the
2+ `inspect docs types and members table
3+ <https://docs.python.org/3/library/inspect.html#types-and-members> `_
You can’t perform that action at this time.
0 commit comments