HomeSort by relevance Sort by last modified time
    Searched refs:PySSLSocket_Type (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Modules/
_ssl.c 310 static PyTypeObject PySSLSocket_Type;
320 #define PySSLSocket_Check(v) (Py_TYPE(v) == &PySSLSocket_Type)
549 self = PyObject_New(PySSLSocket, &PySSLSocket_Type);
    [all...]
  /external/python/cpython3/Modules/
_ssl.c 322 static PyTypeObject PySSLSocket_Type;
329 class _ssl._SSLSocket "PySSLSocket *" "&PySSLSocket_Type"
341 #define PySSLSocket_Check(v) (Py_TYPE(v) == &PySSLSocket_Type)
594 self = PyObject_New(PySSLSocket, &PySSLSocket_Type);
    [all...]

Completed in 76 milliseconds