Home
last modified time | relevance | path

Searched refs:xmlrpc (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_xmlrpc.py8 import xmlrpc.client as xmlrpclib namespace
9 import xmlrpc.server namespace
304 transp = xmlrpc.client.Transport()
317 xmlrpc.client.ServerProxy('https://localhost:9999').bad_function()
319 self.assertFalse(has_ssl, "xmlrpc client's error with SSL support")
378 dispatcher = xmlrpc.server.SimpleXMLRPCDispatcher()
397 dispatcher = xmlrpc.server.SimpleXMLRPCDispatcher()
418 dispatcher = xmlrpc.server.SimpleXMLRPCDispatcher()
429 dispatcher = xmlrpc.server.SimpleXMLRPCDispatcher()
437 dispatcher = xmlrpc
[all...]
H A Dtest_xmlrpc_net.py5 import xmlrpc.client as xmlrpclib namespace
11 @unittest.skip('XXX: buildbot.python.org/all/xmlrpc/ is gone')
17 server = xmlrpclib.ServerProxy("http://buildbot.python.org/all/xmlrpc/")
H A Dtest_docxmlrpc.py1 from xmlrpc.server import DocXMLRPCServer
/third_party/mesa3d/.gitlab-ci/tests/
H A Dtest_lava_job_submitter.py8 import xmlrpc.client namespace
58 NETWORK_EXCEPTION = xmlrpc.client.ProtocolError("", 0, "test", {})
59 XMLRPC_FAULT = xmlrpc.client.Fault(0, "test")
/third_party/mesa3d/.gitlab-ci/lava/
H A Dlava_job_submitter.py21 import xmlrpc.client namespace
201 proxy = xmlrpc.client.ServerProxy(
214 except xmlrpc.client.ProtocolError as err:
220 except xmlrpc.client.Fault as err:
/third_party/python/Lib/multiprocessing/
H A Dconnection.py789 import xmlrpc.client as xmlrpclib namespace
795 import xmlrpc.client as xmlrpclib namespace
/third_party/python/Lib/xmlrpc/
H A Dserver.py107 from xmlrpc.client import Fault, dumps, loads, gzip_encode, gzip_decode
229 see http://xmlrpc.usefulinc.com/doc/reserved.html
240 see http://www.xmlrpc.com/discuss/msgReader$1208"""
306 # See http://xmlrpc.usefulinc.com/doc/sysmethodsig.html
348 See http://www.xmlrpc.com/discuss/msgReader$1208

Completed in 8 milliseconds