Exscript.protocols.drivers.driver module

Base class for all drivers.

class Exscript.protocols.drivers.driver.Driver(name)[source]

Bases: future.types.newobject.newobject

__init__(name)[source]

x.__init__(…) initializes x; see help(type(x)) for signature

auto_authorize(conn, account, flush, bailout)[source]
check_head_for_os(string)[source]
check_protocol_for_os(string)[source]
check_response_for_os(string)[source]
clean_response_for_re_match(response)[source]
init_terminal(conn)[source]
supports_auto_authorize()[source]
supports_os_guesser()[source]