Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c1636 static PySSLContext *PySSL_get_context(PySSLSocket *self, void *closure) { in PySSL_get_context() function
2101 {"context", (getter) PySSL_get_context,
/external/python/cpython3/Modules/
D_ssl.c2074 static PySSLContext *PySSL_get_context(PySSLSocket *self, void *closure) { in PySSL_get_context() function
2838 {"context", (getter) PySSL_get_context,