|
||||
File indexing completed on 2025-01-18 10:06:49
0001 /* Frame object interface */ 0002 0003 #ifndef Py_FRAMEOBJECT_H 0004 #define Py_FRAMEOBJECT_H 0005 #ifdef __cplusplus 0006 extern "C" { 0007 #endif 0008 0009 #include "pyframe.h" 0010 0011 #ifndef Py_LIMITED_API 0012 # define Py_CPYTHON_FRAMEOBJECT_H 0013 # include "cpython/frameobject.h" 0014 # undef Py_CPYTHON_FRAMEOBJECT_H 0015 #endif 0016 0017 #ifdef __cplusplus 0018 } 0019 #endif 0020 #endif /* !Py_FRAMEOBJECT_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |