mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
bpo-30951: Correct co_names docstring in inspect module (GH-2743) (GH-28543)
(cherry picked from commit 3f8b23f8dd
)
Co-authored-by: Alex Vig <jalexvig@gmail.com>
This commit is contained in:
parent
87f97fe5e6
commit
402d5f3d77
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ def iscode(object):
|
|||
co_kwonlyargcount number of keyword only arguments (not including ** arg)
|
||||
co_lnotab encoded mapping of line numbers to bytecode indices
|
||||
co_name name with which this code object was defined
|
||||
co_names tuple of names of local variables
|
||||
co_names tuple of names other than arguments and function locals
|
||||
co_nlocals number of local variables
|
||||
co_stacksize virtual machine stack space required
|
||||
co_varnames tuple of names of arguments and local variables"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue