OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_PyWeakref_RefType
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
weakrefobject.c
36
result = PyObject_GC_New(PyWeakReference, &
_PyWeakref_RefType
);
298
if (callback == NULL && type == &
_PyWeakref_RefType
) {
314
if (callback == NULL && type == &
_PyWeakref_RefType
) {
345
_PyWeakref_RefType
= {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
weakrefobject.c
36
result = PyObject_GC_New(PyWeakReference, &
_PyWeakref_RefType
);
287
if (callback == NULL && type == &
_PyWeakref_RefType
) {
303
if (callback == NULL && type == &
_PyWeakref_RefType
) {
334
_PyWeakref_RefType
= {
Completed in 73 milliseconds