Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dclmodule.c647 static PyTypeObject Cltype = { variable
675 new = PyObject_New(clobject, &Cltype); in doOpen()