Home
last modified time | relevance | path

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

/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