/Include/ast.h

http://unladen-swallow.googlecode.com/ · C++ Header · 13 lines · 11 code · 2 blank · 0 comment · 0 complexity · 4a7d36c8b41472f70f3b07bbcf38de0b MD5 · raw file

  1. #ifndef Py_AST_H
  2. #define Py_AST_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. PyAPI_FUNC(mod_ty) PyAST_FromNode(const node *, PyCompilerFlags *flags,
  7. const char *, PyArena *);
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif /* !Py_AST_H */