MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

Lib/ssl.py:807–811  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

805 * The ``do_handshake_on_connect`` and ``suppress_ragged_eofs`` machinery.
806 """
807 def __init__(self, *args, **kwargs):
808 raise TypeError(
809 f"{self.__class__.__name__} does not have a public "
810 f"constructor. Instances are returned by SSLContext.wrap_bio()."
811 )
812
813 @classmethod
814 def _create(cls, incoming, outgoing, server_side=False,

Callers 1

_createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected