An introspectable fake of cryptography's lib object.

ParametersstateA FakeLibState instance that contains this fake's state.
Method __init__ Undocumented
Method SSL_CTX_set_ecdh_auto Record the context and value under in the _state instance variable.
def __init__(self, state):
Undocumented
def SSL_CTX_set_ecdh_auto(self, ctx, value):

Record the context and value under in the _state instance variable.

ParametersctxAn SSL context. (type: OpenSSL.SSL.Context)
valueA boolean value (type: bool)
See AlsoFakeLibState
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.