Searched defs:_PyWeakref_GetWeakrefCount (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dweakrefobject.c10 _PyWeakref_GetWeakrefCount(PyWeakReference *head) function
926 Py_ssize_t count = _PyWeakref_GetWeakrefCount(current);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dweakrefobject.c10 _PyWeakref_GetWeakrefCount(PyWeakReference *head) function
915 Py_ssize_t count = _PyWeakref_GetWeakrefCount(current);

Completed in 73 milliseconds