File: /Users/paulross/dev/Python-3.6.2/Include/bltinmodule.h

Green shading in the line number column means the source is part of the translation unit, red means it is conditionally excluded. Highlighted line numbers link to the translation unit page. Highlighted macros link to the macro page.

       1: #ifndef Py_BLTINMODULE_H
       2: #define Py_BLTINMODULE_H
       3: #ifdef __cplusplus
       4: extern "C" {
       5: #endif
       6: 
       7: PyAPI_DATA(PyTypeObject) PyFilter_Type;
       8: PyAPI_DATA(PyTypeObject) PyMap_Type;
       9: PyAPI_DATA(PyTypeObject) PyZip_Type;
      10: 
      11: #ifdef __cplusplus
      12: }
      13: #endif
      14: #endif /* !Py_BLTINMODULE_H */
      15: