class documentation

class FakeCurl(object):

View In Hierarchy

Fake cURL object.

Method __init__ Initialize this class
Method getinfo Undocumented
Method getopt Undocumented
Method perform Undocumented
Method setopt Undocumented
Method unsetopt Undocumented
Instance Variable _handler Undocumented
Instance Variable _info Undocumented
Instance Variable _opts Undocumented
def __init__(self, handler):

Initialize this class

Parameters
handlerRequest handler instance
def getinfo(self, info):

Undocumented

def getopt(self, opt):

Undocumented

def perform(self):

Undocumented

def setopt(self, opt, value):

Undocumented

def unsetopt(self, opt):

Undocumented

_handler =

Undocumented

_info: dict =

Undocumented

_opts: dict =

Undocumented