pyd v0.14.3 (2022-03-12T16:12:50Z)
Home
Dub
Repo
PyAST_CompileEx
deimos
python
compile
version(Python_2_5_Or_Later && Python_3_2_Or_Later)
extern (
C
)
PyCodeObject
*
PyAST_CompileEx
(
_mod
*
mod
,
const
(
char
)*
filename
,
PyCompilerFlags
*
flags
,
int
optimize
,
PyArena
*
arena
)
Parameters
mod
_mod
*
filename
const
(
char
)*
decoded from the filesystem encoding
flags
PyCompilerFlags
*
optimize
int
arena
PyArena
*
Availability: >= 3.2
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