Return the line number associated with the specified bytecode index in this code object. If you just need the line number of a frame, use PyFrame_GetLineNumber() instead.
_
Check whether lasti (an instruction offset) falls outside bounds and whether it is a line number that should be traced. Returns a line number if it should be traced or -1 if the line should not.
_
_
Creates a new empty code object with the specified source location. Availability: >= 2.7
Availability: >= 2.6
Update *bounds to describe the first and one-past-the-last instructions in the same line as lasti. Return the number of that line. Availability: 2.7
Availability: 3.2
_
Bytecode object
do absolute imports by default Availability: >= 2.5
_
Availability: >= 2.5
Availability: >= 2.5
Masks for co_flags above
Availability: <= 2.5
Max static block nesting within a function
Masks for co_flags above
Masks for co_flags above
Mirror code.h