| // Simple namespace object interface | |
| extern "C" { | |
| PyAPI_DATA(PyTypeObject) _PyNamespace_Type; | |
| PyAPI_FUNC(PyObject *) _PyNamespace_New(PyObject *kwds); | |
| } | |
| // Simple namespace object interface | |
| extern "C" { | |
| PyAPI_DATA(PyTypeObject) _PyNamespace_Type; | |
| PyAPI_FUNC(PyObject *) _PyNamespace_New(PyObject *kwds); | |
| } | |