Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dfmmodule.c120 static PyMethodDef fh_methods[] = { variable
136 return Py_FindMethod(fh_methods, (PyObject *)fhp, name); in fh_getattr()