Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dflmodule.c1187 static PyTypeObject Formtype; variable
1189 #define is_formobject(v) ((v)->ob_type == &Formtype)
1596 static PyTypeObject Formtype = { variable
1615 f = PyObject_New(formobject, &Formtype); in newformobject()