OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ob_name
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Modules/_ctypes/
_ctypes.c
679
const char *
ob_name
;
local
694
ob_name
= (ob) ? Py_TYPE(ob)->tp_name : "???";
697
((PyTypeObject *)type)->tp_name,
ob_name
);
[
all
...]
/external/python/cpython3/Modules/_ctypes/
_ctypes.c
643
const char *
ob_name
;
local
658
ob_name
= (ob) ? Py_TYPE(ob)->tp_name : "???";
661
((PyTypeObject *)type)->tp_name,
ob_name
);
[
all
...]
Completed in 264 milliseconds