Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobject.c2039 static PyTypeObject PyNotImplemented_Type = { variable
2058 1, &PyNotImplemented_Type
2091 if (PyType_Ready(&PyNotImplemented_Type) < 0) in _Py_ReadyTypes()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobject.c2046 static PyTypeObject PyNotImplemented_Type = { variable
2065 1, &PyNotImplemented_Type
2098 if (PyType_Ready(&PyNotImplemented_Type) < 0) in _Py_ReadyTypes()