Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dfmmodule.c18 static PyTypeObject Fhtype; variable
20 #define is_fhobject(v) ((v)->ob_type == &Fhtype)
31 fhp = PyObject_New(fhobject, &Fhtype); in newfhobject()
146 static PyTypeObject Fhtype = { variable