OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PySSLContext_Type
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Modules/
_ssl.c
340
static PyTypeObject
PySSLContext_Type
;
350
#define PySSLContext_Check(v) (Py_TYPE(v) == &
PySSLContext_Type
)
[
all
...]
/external/python/cpython3/Modules/
_ssl.c
461
static PyTypeObject
PySSLContext_Type
;
482
class _ssl._SSLContext "PySSLContext *" "&
PySSLContext_Type
"
[
all
...]
Completed in 276 milliseconds