Home
last modified time | relevance | path

Searched refs:DocXMLRPCServer (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/python/cpython2/Doc/library/
Ddocxmlrpcserver.rst1 :mod:`DocXMLRPCServer` --- Self-documenting XML-RPC server
4 .. module:: DocXMLRPCServer
10 The :mod:`DocXMLRPCServer` module has been merged into :mod:`xmlrpc.server`
17 The :mod:`DocXMLRPCServer` module extends the classes found in
19 requests. Servers can either be free standing, using :class:`~DocXMLRPCServer.DocXMLRPCServer`,
23 .. class:: DocXMLRPCServer(addr[, requestHandler[, logRequests[, allow_none[, encoding[, bind_and_…
39 *logRequests* parameter to the :class:`~DocXMLRPCServer.DocXMLRPCServer` constructor parameter is
45 DocXMLRPCServer Objects
48 The :class:`~DocXMLRPCServer.DocXMLRPCServer` class is derived from
56 .. method:: DocXMLRPCServer.set_server_title(server_title)
[all …]
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_docxmlrpc.py1 from DocXMLRPCServer import DocXMLRPCServer
23 serv = DocXMLRPCServer(("localhost", 0), logRequests=False)
60 DocXMLRPCServer._send_traceback_header = True
73 DocXMLRPCServer._send_traceback_header = False
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_docxmlrpc.py1 from xmlrpc.server import DocXMLRPCServer
26 serv = DocXMLRPCServer(("localhost", 0), logRequests=False)
73 DocXMLRPCServer._send_traceback_header = True
86 DocXMLRPCServer._send_traceback_header = False
/aosp_15_r20/external/python/cpython3/Doc/library/
Dxmlrpc.server.rst362 :class:`DocXMLRPCServer`, or embedded in a CGI environment, using
366 .. class:: DocXMLRPCServer(addr, requestHandler=DocXMLRPCRequestHandler,\
387 *logRequests* parameter to the :class:`DocXMLRPCServer` constructor parameter is
393 DocXMLRPCServer Objects
396 The :class:`DocXMLRPCServer` class is derived from :class:`SimpleXMLRPCServer`
403 .. method:: DocXMLRPCServer.set_server_title(server_title)
409 .. method:: DocXMLRPCServer.set_server_name(server_name)
415 .. method:: DocXMLRPCServer.set_server_documentation(server_documentation)
/aosp_15_r20/external/python/cpython2/Lib/
DDocXMLRPCServer.py243 class DocXMLRPCServer( SimpleXMLRPCServer, class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xmlrpc/
Dserver.py939 class DocXMLRPCServer( SimpleXMLRPCServer, class
/aosp_15_r20/external/python/cpython3/Lib/xmlrpc/
Dserver.py939 class DocXMLRPCServer( SimpleXMLRPCServer, class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xmlrpc/
Dserver.py939 class DocXMLRPCServer( SimpleXMLRPCServer, class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xmlrpc/
Dserver.py939 class DocXMLRPCServer( SimpleXMLRPCServer, class
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xmlrpc/
H A Dserver.py939 class DocXMLRPCServer( SimpleXMLRPCServer, class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xmlrpc/
Dserver.py939 class DocXMLRPCServer( SimpleXMLRPCServer, class
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.6b3.rst371 ConfigParser, cookielib, csv, difflib, distutils, DocXMLRPCServer, email,
D2.6a1.rst2853 DocXMLRPCServer.
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.0.rst623 * :mod:`xmlrpc` (:mod:`xmlrpclib`, :mod:`DocXMLRPCServer`,
D2.5.rst1522 * The :mod:`SimpleXMLRPCServer` and :mod:`DocXMLRPCServer` classes now have a
2261 * Library: The :mod:`SimpleXMLRPCServer` and :mod:`DocXMLRPCServer` classes now
D2.3.rst1651 * The new :mod:`DocXMLRPCServer` module allows writing self-documenting XML-RPC
D2.6.rst2612 * The XML-RPC :class:`SimpleXMLRPCServer` and :class:`DocXMLRPCServer`
/aosp_15_r20/external/python/cpython2/Doc/whatsnew/
D2.5.rst1521 * The :mod:`SimpleXMLRPCServer` and :mod:`DocXMLRPCServer` classes now have a
2260 * Library: The :mod:`SimpleXMLRPCServer` and :mod:`DocXMLRPCServer` classes now
D2.6.rst2608 …L-RPC :class:`~SimpleXMLRPCServer.SimpleXMLRPCServer` and :class:`~DocXMLRPCServer.DocXMLRPCServer`
D2.3.rst1651 * The new :mod:`DocXMLRPCServer` module allows writing self-documenting XML-RPC
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst35 Escape the server title of :class:`xmlrpc.server.DocXMLRPCServer` when
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY4221 - Issue #8112: xlmrpc.server's DocXMLRPCServer server no longer raises an error
16726 the old ``SimpleXMLRPCServer`` and ``DocXMLRPCServer`` modules
21761 - The self-documenting XML server library DocXMLRPCServer was added.
/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/cpython2/Misc/
DHISTORY4377 - The self-documenting XML server library DocXMLRPCServer was added.
/aosp_15_r20/out/soong/
Dbuild.aosp_shiba.9.ninja52177 external/python/cpython2/Lib/DocXMLRPCServer.py $
52809 …ternal/python/cpython2/Lib/Cookie.py -f external/python/cpython2/Lib/DocXMLRPCServer.py -f externa…
52852 external/python/cpython2/Lib/DocXMLRPCServer.py $
53484 …ternal/python/cpython2/Lib/Cookie.py -f external/python/cpython2/Lib/DocXMLRPCServer.py -f externa…
53527 external/python/cpython2/Lib/DocXMLRPCServer.py $
54159 …ternal/python/cpython2/Lib/Cookie.py -f external/python/cpython2/Lib/DocXMLRPCServer.py -f externa…

12