Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_ctypes/
D_ctypes.c711 const char *ob_name; in CDataType_from_param() local
726 ob_name = (ob) ? Py_TYPE(ob)->tp_name : "???"; in CDataType_from_param()
729 ((PyTypeObject *)type)->tp_name, ob_name); in CDataType_from_param()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c750 const char *ob_name; in CDataType_from_param() local
765 ob_name = (ob) ? Py_TYPE(ob)->tp_name : "???"; in CDataType_from_param()
768 ((PyTypeObject *)type)->tp_name, ob_name); in CDataType_from_param()