Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dthreadmodule.c488 static PyTypeObject localtype = { variable
550 if (Py_TYPE(self) != &localtype) in local_getattro()
575 assert(PyObject_TypeCheck(obj, &localtype)); in _localdummy_destroyed()
901 if (PyType_Ready(&localtype) < 0) in initthread()
919 Py_INCREF(&localtype); in initthread()
920 if (PyModule_AddObject(m, "_local", (PyObject *)&localtype) < 0) in initthread()