Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_ssl.c1452 static PyMethodDef PySSLMethods[] = { variable
1472 return Py_FindMethod(PySSLMethods, (PyObject *)self, name); in PySSL_getattr()