Home
last modified time | relevance | path

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

/external/python/cpython2/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