We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d672dd3 commit 91a5ba1Copy full SHA for 91a5ba1
Lib/inspect.py
@@ -277,7 +277,7 @@ def iscode(object):
277
co_kwonlyargcount number of keyword only arguments (not including ** arg)
278
co_lnotab encoded mapping of line numbers to bytecode indices
279
co_name name with which this code object was defined
280
- co_names tuple of names of local variables
+ co_names tuple of names other than arguments and function locals
281
co_nlocals number of local variables
282
co_stacksize virtual machine stack space required
283
co_varnames tuple of names of arguments and local variables"""
0 commit comments