MCPcopy Create free account
hub / github.com/pyca/cryptography / __init__

Method __init__

src/cryptography/exceptions.py:46–50  ·  view source on GitHub ↗
(
        self, msg: str, err_code: typing.List[rust_openssl.OpenSSLError]
    )

Source from the content-addressed store, hash-verified

44
45class InternalError(Exception):
46 def __init__(
47 self, msg: str, err_code: typing.List[rust_openssl.OpenSSLError]
48 ) -> None:
49 super().__init__(msg)
50 self.err_code = err_code
51
52
53class InvalidKey(Exception):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected