Home
last modified time | relevance | path

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

/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 …]
/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
/external/python/cpython2/Lib/
DDocXMLRPCServer.py243 class DocXMLRPCServer( SimpleXMLRPCServer, class
/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
/external/python/cpython2/Misc/
DNEWS9429 ConfigParser, cookielib, csv, difflib, distutils, DocXMLRPCServer, email,
11363 TCPServer, SimpleXMLRPCServer and DocXMLRPCServer.
DHISTORY4377 - The self-documenting XML server library DocXMLRPCServer was added.