OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PyCObject_Type
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
cobject.c
28
self = PyObject_NEW(PyCObject, &
PyCObject_Type
);
54
self = PyObject_NEW(PyCObject, &
PyCObject_Type
);
72
if (self->ob_type == &
PyCObject_Type
)
87
if (self->ob_type == &
PyCObject_Type
)
149
PyTypeObject
PyCObject_Type
= {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
cobject.c
28
self = PyObject_NEW(PyCObject, &
PyCObject_Type
);
54
self = PyObject_NEW(PyCObject, &
PyCObject_Type
);
72
if (self->ob_type == &
PyCObject_Type
)
87
if (self->ob_type == &
PyCObject_Type
)
149
PyTypeObject
PyCObject_Type
= {
Completed in 172 milliseconds