Home | History | Annotate | Download | only in python2.7

Lines Matching refs:fault

103 from xmlrpclib import Fault
265 except Fault, fault:
266 response = xmlrpclib.dumps(fault, allow_none=self.allow_none,
272 xmlrpclib.Fault(1, "%s:%s" % (exc_type, exc_value)),
365 except Fault, fault:
367 {'faultCode' : fault.faultCode,
368 'faultString' : fault.faultString}
637 xmlrpclib.Fault(1, "%s:%s" % (exc_type, exc_value)),