Home
last modified time | relevance | path

Searched refs:faultCode (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/xmlrpc/
Dclient.py236 def __init__(self, faultCode, faultString, **extra): argument
238 self.faultCode = faultCode
242 self.faultCode, self.faultString)
488 dump({'faultCode': values.faultCode,
Dserver.py367 {'faultCode' : fault.faultCode,
/external/python/cpython2/Lib/
Dxmlrpclib.py272 def __init__(self, faultCode, faultString, **extra): argument
274 self.faultCode = faultCode
279 (self.faultCode, repr(self.faultString))
624 dump({'faultCode': values.faultCode,
DSimpleXMLRPCServer.py367 {'faultCode' : fault.faultCode,
/external/python/cpython2/Doc/library/
Dxmlrpclib.rst379 .. attribute:: faultCode
413 print "Fault code: %d" % err.faultCode
/external/python/cpython3/Doc/library/
Dxmlrpc.client.rst373 .. attribute:: faultCode
407 print("Fault code: %d" % err.faultCode)