[docs] [issue30037] inspect documentation on code attributes incomplete

Dutcho report at bugs.python.org
Tue Apr 11 03:51:50 EDT 2017


New submission from Dutcho:

The table at the top of the inspect documentation (https://docs.python.org/3/library/inspect.html#types-and-members) omits co_cellvars, co_freevars, and co_kwonlyargcount attributes of type code

(note: the type's doc string does provide these attributes)

----------
assignee: docs at python
components: Documentation
messages: 291464
nosy: Dutcho, docs at python
priority: normal
severity: normal
status: open
title: inspect documentation on code attributes incomplete
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30037>
_______________________________________


More information about the docs mailing list