Home
last modified time | relevance | path

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

/external/autotest/client/cros/faft/
Drpc_server.py30 server.register_introspection_functions()
/external/autotest/client/cros/
Dxmlrpc_server.py42 self._server.register_introspection_functions()
/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/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/networking/
Dandroid_xmlrpc_server.py83 self._server.register_introspection_functions()
/external/python/cpython2/Lib/
DSimpleXMLRPCServer.py222 def register_introspection_functions(self): member in SimpleXMLRPCDispatcher