autowrap v0.2.9 (2018-10-30T19:17:18Z)
Dub
Repo
PyCF_MASK
deimos
python
compile
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Python_3_7_Or_Later)
extern (
C
)
enum
PyCF_MASK
=
CO_FUTURE_DIVISION
|
CO_FUTURE_ABSOLUTE_IMPORT
|
CO_FUTURE_WITH_STATEMENT
|
CO_FUTURE_PRINT_FUNCTION
|
CO_FUTURE_UNICODE_LITERALS
|
CO_FUTURE_BARRY_AS_BDFL
|
CO_FUTURE_GENERATOR_STOP
|
CO_FUTURE_ANNOTATIONS
;
Meta
Source
See Source File
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_DONT_IMPLY_DEDENT
PyCF_IGNORE_COOKIE
PyCF_MASK
PyCF_MASK_OBSOLETE
PyCF_ONLY_AST
PyCF_SOURCE_IS_UTF8
structs
PyCompilerFlags
PyFutureFeatures
_mod