/Include/ast.h
http://unladen-swallow.googlecode.com/ · C++ Header · 13 lines · 11 code · 2 blank · 0 comment · 0 complexity · 4a7d36c8b41472f70f3b07bbcf38de0b MD5 · raw file
- #ifndef Py_AST_H
- #define Py_AST_H
- #ifdef __cplusplus
- extern "C" {
- #endif
- PyAPI_FUNC(mod_ty) PyAST_FromNode(const node *, PyCompilerFlags *flags,
- const char *, PyArena *);
- #ifdef __cplusplus
- }
- #endif
- #endif /* !Py_AST_H */