cpython ~master (2016-02-02T15:55:08Z)
Dub
Repo
PyAST_Compile
deimos
python
compile
Availability: 2.*
PyCodeObject
*
PyAST_Compile
(
_mod
*
mod
,
const
(
char
)*
s
,
PyCompilerFlags
*
f
,
PyArena
*
ar
)
PyCodeObject
*
PyAST_Compile
(
_mod
*,
const
(
char
)*,
PyCompilerFlags
*,
PyArena
*)
version
(!
Python_3_2_Or_Later
)
PyCodeObject
*
PyAST_Compile
(
_mod
*
,
const
(
char
)*
,
PyCompilerFlags
*
,
PyArena
*
)
Meta
Source
See Implementation
deimos
python
compile
functions
PyAST_Compile
PyAST_CompileEx
PyFuture_FromAST
PyNode_Compile
PyNode_CompileFlags
PyNode_Future
manifest constants
FUTURE_ABSOLUTE_IMPORT
FUTURE_BARRY_AS_BDFL
FUTURE_DIVISION
FUTURE_GENERATORS
FUTURE_NESTED_SCOPES
FUTURE_PRINT_FUNCTION
FUTURE_UNICODE_LITERALS
FUTURE_WITH_STATEMENT
structs
PyFutureFeatures
_mod
Availability: 2.*