- PyAST_Compile
PyCodeObject* PyAST_Compile(_mod* mod, const(char)* s, PyCompilerFlags* f, PyArena* ar)
- PyAST_Compile
PyCodeObject* PyAST_Compile(_mod* , const(char)* , PyCompilerFlags* , PyArena* )
- PyAST_CompileEx
PyCodeObject* PyAST_CompileEx(_mod* mod, const(char)* filename, PyCompilerFlags* flags, int optimize, PyArena* arena)
- PyFuture_FromAST
PyFutureFeatures* PyFuture_FromAST(_mod* , const(char)* )
- PyNode_Compile
PyCodeObject* PyNode_Compile(node* , const(char)* )
- PyNode_CompileFlags
PyCodeObject* PyNode_CompileFlags(node* , const(char)* , PyCompilerFlags* )
- PyNode_Future
PyFutureFeatures* PyNode_Future(node* , const(char)* )
- FUTURE_ABSOLUTE_IMPORT
enum FUTURE_ABSOLUTE_IMPORT;
- FUTURE_ANNOTATIONS
enum FUTURE_ANNOTATIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FUTURE_BARRY_AS_BDFL
enum FUTURE_BARRY_AS_BDFL;
- FUTURE_DIVISION
enum FUTURE_DIVISION;
- FUTURE_GENERATORS
enum FUTURE_GENERATORS;
- FUTURE_GENERATOR_STOP
enum FUTURE_GENERATOR_STOP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FUTURE_NESTED_SCOPES
enum FUTURE_NESTED_SCOPES;
- FUTURE_PRINT_FUNCTION
enum FUTURE_PRINT_FUNCTION;
- FUTURE_UNICODE_LITERALS
enum FUTURE_UNICODE_LITERALS;
- FUTURE_WITH_STATEMENT
enum FUTURE_WITH_STATEMENT;
- PyCF_DONT_IMPLY_DEDENT
enum PyCF_DONT_IMPLY_DEDENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PyCF_IGNORE_COOKIE
enum PyCF_IGNORE_COOKIE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PyCF_MASK
enum PyCF_MASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PyCF_MASK_OBSOLETE
enum PyCF_MASK_OBSOLETE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PyCF_ONLY_AST
enum PyCF_ONLY_AST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PyCF_SOURCE_IS_UTF8
enum PyCF_SOURCE_IS_UTF8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Mirror compile.h