OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PyCArg_Type
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Modules/_ctypes/
callproc.c
441
p = PyObject_New(PyCArgObject, &
PyCArg_Type
);
536
PyTypeObject
PyCArg_Type
= {
[
all
...]
/external/python/cpython3/Modules/_ctypes/
callproc.c
434
p = PyObject_New(PyCArgObject, &
PyCArg_Type
);
527
PyTypeObject
PyCArg_Type
= {
[
all
...]
Completed in 126 milliseconds