Searched refs:nonzerostr (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dclassobject.c1786 static PyObject *nonzerostr; local
1788 if (nonzerostr == NULL) {
1789 nonzerostr = PyString_InternFromString("__nonzero__");
1790 if (nonzerostr == NULL)
1793 if ((func = instance_getattr(self, nonzerostr)) == NULL) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dclassobject.c1762 static PyObject *nonzerostr; local
1764 if (nonzerostr == NULL) {
1765 nonzerostr = PyString_InternFromString("__nonzero__");
1766 if (nonzerostr == NULL)
1769 if ((func = instance_getattr(self, nonzerostr)) == NULL) {

Completed in 132 milliseconds