Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/
D_ctypes.c679 const char *ob_name; in CDataType_from_param() local
694 ob_name = (ob) ? Py_TYPE(ob)->tp_name : "???"; in CDataType_from_param()
697 ((PyTypeObject *)type)->tp_name, ob_name); in CDataType_from_param()