Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ SSLError
Class
SSLError
pymongo/ssl_support.py:135–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
else
:
134
135
class
SSLError(Exception):
# type: ignore
136
pass
137
138
IPADDR_SAFE = False
139
BLOCKING_IO_ERRORS: tuple = ()
# type: ignore[type-arg, no-redef]
Callers
3
_async_socket_sendall_ssl
Function · 0.90
_async_socket_receive_ssl
Function · 0.90
_call
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected