Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | __repr__ |
def | __getattr__ |
uri [,options] -> a logical connection to an XML-RPC server uri is the connection point on the server, given as scheme://host/target. The standard implementation always supports the "http" scheme. If SSL socket support is available (Python 2.0), it also supports "https". If the target part and the slash preceding it are both omitted, "/RPC2" is assumed. The following options can be given as keyword arguments: transport: a transport factory encoding: the request encoding (default is UTF-8) All 8-bit strings passed to the server proxy are assumed to use the given encoding.
Definition at line 922 of file xmlrpclib.py.
def __init__ | ( | self, | |
uri, | |||
transport = None , |
|||
encoding = None , |
|||
verbose = 0 |
|||
) |
Definition at line 944 of file xmlrpclib.py.
References ServerProxy.__encoding, ServerProxy.__handler, ServerProxy.__transport, _Verbose.__verbose, ServerProxy.__verbose, xmlrpclib.dumps(), urllib.splithost(), and urllib.splittype().
def __getattr__ | ( | self, | |
name | |||
) |
def __repr__ | ( | self) |
Definition at line 983 of file xmlrpclib.py.
References ServerProxy.__handler.