Home
last modified time | relevance | path

Searched refs:return_true (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dbytesio.c161 return_true(bytesio *self) in return_true() function
819 {"readable", (PyCFunction)return_true, METH_NOARGS, NULL},
820 {"seekable", (PyCFunction)return_true, METH_NOARGS, NULL},
821 {"writable", (PyCFunction)return_true, METH_NOARGS, NULL},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descr.py1685 def return_true(self, thing=None): function
1712 ("__instancecheck__", do_isinstance, return_true, set(), {}),
1715 ("__subclasscheck__", do_issubclass, return_true,