class documentation

class FakeContext:

Constructor: FakeContext(method)

View In Hierarchy

OpenSSL.SSL.Context double which can more easily be inspected.

Method __init__ Undocumented
Method set_options Undocumented
Method use_certificate_file Undocumented
Method use_privatekey_file Undocumented
Instance Variable _method Undocumented
Instance Variable _options Undocumented
def __init__(self, method):

Undocumented

def set_options(self, options):

Undocumented

def use_certificate_file(self, fileName):

Undocumented

def use_privatekey_file(self, fileName):

Undocumented

_method =

Undocumented

_options: int =

Undocumented