MCPcopy 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

133else:
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

_callMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected