Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddlmodule.c22 static PyTypeObject Dltype; variable
30 xp = PyObject_New(dlobject, &Dltype); in newdlobject()
146 static PyTypeObject Dltype = { variable
249 Py_TYPE(&Dltype) = &PyType_Type; in initdl()