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