Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dlistobject.c2003 static PyTypeObject cmpwrapper_type = { variable
2033 co = PyObject_New(cmpwrapperobject, &cmpwrapper_type); in build_cmpwrapper()