Closed
Description
inspect.isfunction
docstring is missing a:
__dict__
__closure__
__qualname__
__module__
__type_params__
inspect.isgenerator
:
gi_yieldfrom
gi_suspended
(?) an undocumented attribute, I guess we should not expose it therenext
- an old attribute which has been removed, so should be removed from there as well
inspect.isframe
:
clear
f_trace_lines
f_trace_opcodes
inspect.iscode
:
co_positions
co_lines
co_qualname
replace
I have a PR ready.