Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:06:48

0001 #ifndef Py_BLTINMODULE_H
0002 #define Py_BLTINMODULE_H
0003 #ifdef __cplusplus
0004 extern "C" {
0005 #endif
0006 
0007 PyAPI_DATA(PyTypeObject) PyFilter_Type;
0008 PyAPI_DATA(PyTypeObject) PyMap_Type;
0009 PyAPI_DATA(PyTypeObject) PyZip_Type;
0010 
0011 #ifdef __cplusplus
0012 }
0013 #endif
0014 #endif /* !Py_BLTINMODULE_H */