diff options
Diffstat (limited to 'Doc/library/inspect.rst')
-rw-r--r-- | Doc/library/inspect.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index 1d7572e..ed95c72 100644 --- a/Doc/library/inspect.rst +++ b/Doc/library/inspect.rst @@ -187,6 +187,10 @@ attributes: | | co_name | name with which this code | | | | object was defined | +-----------+-------------------+---------------------------+ +| | co_qualname | fully-qualified name with | +| | | which this code object | +| | | was defined | ++-----------+-------------------+---------------------------+ | | co_names | tuple of names of local | | | | variables | +-----------+-------------------+---------------------------+ |