pyd v0.14.3 (2022-03-12T16:12:50Z)
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_ANNOTATIONS
FUTURE_BARRY_AS_BDFL
FUTURE_DIVISION
FUTURE_GENERATORS
FUTURE_GENERATOR_STOP
FUTURE_NESTED_SCOPES
FUTURE_PRINT_FUNCTION
FUTURE_UNICODE_LITERALS
FUTURE_WITH_STATEMENT
PyCF_ALLOW_TOP_LEVEL_AWAIT
PyCF_DONT_IMPLY_DEDENT
PyCF_IGNORE_COOKIE
PyCF_MASK
PyCF_MASK_OBSOLETE
PyCF_ONLY_AST
PyCF_SOURCE_IS_UTF8
PyCF_TYPE_COMMENTS
structs
PyCompilerFlags
PyFutureFeatures
_mod
Availability: 2.*