[issue30951] Documentation error in inspect module

Serhiy Storchaka report at bugs.python.org
Fri Nov 23 03:58:28 EST 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

co_names contains not only names of global variables. It contains also local names in the class scope, attribute names, names of imported modules, etc.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue30951>
_______________________________________


More information about the Python-bugs-list mailing list