cpython v1.0.0-beta1 (2016-02-02T09:05:10Z)
Dub
Repo
CO_NEWLOCALS
deimos
python
code
Masks for co_flags above
enum
int
CO_OPTIMIZED
;
enum
int
CO_NEWLOCALS
;
extern (
C
)
enum
int
CO_NEWLOCALS
;
enum
int
CO_VARARGS
;
enum
int
CO_VARKEYWORDS
;
enum
int
CO_NESTED
;
enum
int
CO_GENERATOR
;
enum
int
CO_NOFREE
;
Meta
Source
See Implementation
deimos
python
code
functions
PyCode_Addr2Line
PyCode_Check
PyCode_CheckLineNumber
PyCode_GetNumFree
PyCode_New
PyCode_NewEmpty
PyCode_Optimize
_PyCode_CheckLineNumber
manifest constants
CO_FUTURE_BARRY_AS_BDFL
structs
PyAddrPair
PyCodeObject
variables
CO_FUTURE_ABSOLUTE_IMPORT
CO_FUTURE_DIVISION
CO_FUTURE_PRINT_FUNCTION
CO_FUTURE_UNICODE_LITERALS
CO_FUTURE_WITH_STATEMENT
CO_GENERATOR
CO_GENERATOR_ALLOWED
CO_MAXBLOCKS
CO_NESTED
CO_NEWLOCALS
CO_NOFREE
CO_OPTIMIZED
CO_VARARGS
CO_VARKEYWORDS
Masks for co_flags above