Home
last modified time | relevance | path

Searched refs:register_introspection_functions (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Doc/library/
Dsimplexmlrpcserver.rst118 .. method:: SimpleXMLRPCServer.register_introspection_functions()
165 server.register_introspection_functions()
263 .. method:: CGIXMLRPCRequestHandler.register_introspection_functions()
288 handler.register_introspection_functions()
/external/python/cpython3/Doc/library/
Dxmlrpc.server.rst125 .. method:: SimpleXMLRPCServer.register_introspection_functions()
160 server.register_introspection_functions()
206 server.register_introspection_functions()
326 .. method:: CGIXMLRPCRequestHandler.register_introspection_functions()
352 handler.register_introspection_functions()
/external/python/cpython2/Lib/test/
Dtest_docxmlrpc.py39 serv.register_introspection_functions()
Dtest_xmlrpc.py352 serv.register_introspection_functions()
415 d.register_introspection_functions()
/external/autotest/client/cros/
Dxmlrpc_server.py136 self._server.register_introspection_functions()
/external/python/cpython3/Lib/test/
Dtest_docxmlrpc.py42 serv.register_introspection_functions()
Dtest_xmlrpc.py643 serv.register_introspection_functions()
720 d.register_introspection_functions()
/external/python/cpython2/Lib/
DSimpleXMLRPCServer.py222 def register_introspection_functions(self): member in SimpleXMLRPCDispatcher
/external/python/cpython3/Lib/xmlrpc/
Dserver.py225 def register_introspection_functions(self): member in SimpleXMLRPCDispatcher