class documentation

class FakeLib:

Constructor: FakeLib(state)

View In Hierarchy

An introspectable fake of cryptography's lib object.

Parameters
stateA 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.
Instance Variable _state Undocumented
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.

Parameters
ctx:OpenSSL.SSL.ContextAn SSL context.
value:boolA boolean value
See Also
FakeLibState
_state =

Undocumented