Searched defs:SimpleXMLRPCDispatcher (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A DSimpleXMLRPCServer.py160 class SimpleXMLRPCDispatcher: class in inherits:
502 # SimpleXMLRPCDispatcher. To maintain backwards compatibility,
570 SimpleXMLRPCDispatcher):
577 from SimpleXMLRPCDispatcher to change this behavior.
592 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding)
641 class CGIXMLRPCRequestHandler(SimpleXMLRPCDispatcher):
645 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A DSimpleXMLRPCServer.py160 class SimpleXMLRPCDispatcher: class in inherits:
502 # SimpleXMLRPCDispatcher. To maintain backwards compatibility,
570 SimpleXMLRPCDispatcher):
577 from SimpleXMLRPCDispatcher to change this behavior.
592 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding)
641 class CGIXMLRPCRequestHandler(SimpleXMLRPCDispatcher):
645 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DSimpleXMLRPCServer.py160 class SimpleXMLRPCDispatcher: class in inherits:
502 # SimpleXMLRPCDispatcher. To maintain backwards compatibility,
570 SimpleXMLRPCDispatcher):
577 from SimpleXMLRPCDispatcher to change this behavior.
592 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding)
641 class CGIXMLRPCRequestHandler(SimpleXMLRPCDispatcher):
645 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DSimpleXMLRPCServer.py160 class SimpleXMLRPCDispatcher: class in inherits:
502 # SimpleXMLRPCDispatcher. To maintain backwards compatibility,
570 SimpleXMLRPCDispatcher):
577 from SimpleXMLRPCDispatcher to change this behavior.
592 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding)
641 class CGIXMLRPCRequestHandler(SimpleXMLRPCDispatcher):
645 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding)

Completed in 59 milliseconds