Home
last modified time | relevance | path

Searched refs:SimpleXMLRPCDispatcher (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/
DSimpleXMLRPCServer.py160 class SimpleXMLRPCDispatcher: class
570 SimpleXMLRPCDispatcher):
592 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding)
641 class CGIXMLRPCRequestHandler(SimpleXMLRPCDispatcher):
645 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xmlrpc/
Dserver.py156 class SimpleXMLRPCDispatcher: class
570 SimpleXMLRPCDispatcher):
593 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding, use_builtin_types)
636 class CGIXMLRPCRequestHandler(SimpleXMLRPCDispatcher):
640 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding, use_builtin_types)
/aosp_15_r20/external/python/cpython3/Lib/xmlrpc/
Dserver.py156 class SimpleXMLRPCDispatcher: class
570 SimpleXMLRPCDispatcher):
593 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding, use_builtin_types)
636 class CGIXMLRPCRequestHandler(SimpleXMLRPCDispatcher):
640 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding, use_builtin_types)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xmlrpc/
Dserver.py156 class SimpleXMLRPCDispatcher: class
570 SimpleXMLRPCDispatcher):
593 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding, use_builtin_types)
636 class CGIXMLRPCRequestHandler(SimpleXMLRPCDispatcher):
640 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding, use_builtin_types)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xmlrpc/
Dserver.py156 class SimpleXMLRPCDispatcher: class
570 SimpleXMLRPCDispatcher):
593 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding, use_builtin_types)
636 class CGIXMLRPCRequestHandler(SimpleXMLRPCDispatcher):
640 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding, use_builtin_types)
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xmlrpc/
H A Dserver.py156 class SimpleXMLRPCDispatcher: class
570 SimpleXMLRPCDispatcher):
593 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding, use_builtin_types)
636 class CGIXMLRPCRequestHandler(SimpleXMLRPCDispatcher):
640 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding, use_builtin_types)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xmlrpc/
Dserver.py156 class SimpleXMLRPCDispatcher: class
570 SimpleXMLRPCDispatcher):
593 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding, use_builtin_types)
636 class CGIXMLRPCRequestHandler(SimpleXMLRPCDispatcher):
640 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding, use_builtin_types)
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py378 dispatcher = xmlrpc.server.SimpleXMLRPCDispatcher()
397 dispatcher = xmlrpc.server.SimpleXMLRPCDispatcher()
418 dispatcher = xmlrpc.server.SimpleXMLRPCDispatcher()
429 dispatcher = xmlrpc.server.SimpleXMLRPCDispatcher()
437 dispatcher = xmlrpc.server.SimpleXMLRPCDispatcher()
445 dispatcher = xmlrpc.server.SimpleXMLRPCDispatcher()
719 d = serv.add_dispatcher(path, xmlrpc.server.SimpleXMLRPCDispatcher())
1498 handler = xmlrpc.server.SimpleXMLRPCDispatcher(
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_xmlrpc.py414 d = serv.add_dispatcher(path, SimpleXMLRPCServer.SimpleXMLRPCDispatcher())
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.6.2rc1.rst722 SimpleXMLRPCDispatcher no longer chains KeyError (or any other exception) to
D3.5.4rc1.rst749 SimpleXMLRPCDispatcher no longer chains KeyError (or any other exception) to
D3.7.0a1.rst3345 SimpleXMLRPCDispatcher no longer chains KeyError (or any other exception) to
3355 Method register_function() of xmlrpc.server.SimpleXMLRPCDispatcher and its
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.7.rst1614 :meth:`SimpleXMLRPCDispatcher.register_function <xmlrpc.server.SimpleXMLRPCDispatcher>`
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst4780 SimpleXMLRPCDispatcher.__init__: Provide default values for new arguments
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY15034 - Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for