pyd v0.10.1 (2018-09-20T03:30:51Z)
Home
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_2_5_Or_Later && !Python_3_2_Or_Later)
extern (
C
)
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_GENERATOR_STOP
FUTURE_NESTED_SCOPES
FUTURE_PRINT_FUNCTION
FUTURE_UNICODE_LITERALS
FUTURE_WITH_STATEMENT
structs
PyFutureFeatures
_mod
Availability: 2.*