# Hold on to the original class so we can create it consistently
# even if we inject our own SSLContext into the ssl module.
=
=
# CPython is known to be good, but non-CPython implementations
# may implement SSLContext differently so to be safe we don't
# subclass the SSLContext.
# This is returned by truststore.SSLContext.__class__()
:
# This value is the superclass of truststore.SSLContext.
:
=
= None
=
=
# type: ignore[attr-defined]