Module XMLRPCClient
[hide private]
[frames] | no frames]

Module XMLRPCClient
source code

Classes [hide private]
CXMLRPCClient This class implements an XML RPC Client

Variables [hide private]
DECODE  
DEFAULT_SERVER  
DEFAULT_PORT  

Imports: xmlrpclib, xml, urllib

Variables Details [hide private]

DECODE

Value:
{'/': '/', '
': '\n', '"': '"', '
': '', '	': '\t'\
}                                                                      
      

DEFAULT_SERVER

Value:
'http://127.0.0.1'                                                     
      

DEFAULT_PORT

Value:
'9112'