Home
last modified time | relevance | path

Searched refs:PyNotImplemented_Type (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dobject.c2051 static PyTypeObject PyNotImplemented_Type = { variable
2070 1, &PyNotImplemented_Type
2103 if (PyType_Ready(&PyNotImplemented_Type) < 0) in _Py_ReadyTypes()