Home
last modified time | relevance | path

Searched refs:rpc_paths (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/
DSimpleXMLRPCServer.py433 rpc_paths = ('/', '/RPC2') variable in SimpleXMLRPCRequestHandler
461 if self.rpc_paths:
462 return self.path in self.rpc_paths
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xmlrpc/
Dserver.py432 rpc_paths = ('/', '/RPC2', '/pydoc.css') variable in SimpleXMLRPCRequestHandler
460 if self.rpc_paths:
461 return self.path in self.rpc_paths
/aosp_15_r20/external/python/cpython3/Lib/xmlrpc/
Dserver.py432 rpc_paths = ('/', '/RPC2', '/pydoc.css') variable in SimpleXMLRPCRequestHandler
460 if self.rpc_paths:
461 return self.path in self.rpc_paths
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xmlrpc/
Dserver.py432 rpc_paths = ('/', '/RPC2', '/pydoc.css') variable in SimpleXMLRPCRequestHandler
460 if self.rpc_paths:
461 return self.path in self.rpc_paths
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xmlrpc/
Dserver.py432 rpc_paths = ('/', '/RPC2', '/pydoc.css') variable in SimpleXMLRPCRequestHandler
460 if self.rpc_paths:
461 return self.path in self.rpc_paths
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xmlrpc/
H A Dserver.py432 rpc_paths = ('/', '/RPC2', '/pydoc.css') variable in SimpleXMLRPCRequestHandler
460 if self.rpc_paths:
461 return self.path in self.rpc_paths
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xmlrpc/
Dserver.py432 rpc_paths = ('/', '/RPC2', '/pydoc.css') variable in SimpleXMLRPCRequestHandler
460 if self.rpc_paths:
461 return self.path in self.rpc_paths
/aosp_15_r20/external/python/cpython3/Doc/library/
Dxmlrpc.server.rst136 .. attribute:: SimpleXMLRPCRequestHandler.rpc_paths
155 rpc_paths = ('/RPC2',)
202 rpc_paths = ('/RPC2',)
/aosp_15_r20/external/python/cpython2/Doc/library/
Dsimplexmlrpcserver.rst131 .. attribute:: SimpleXMLRPCRequestHandler.rpc_paths
160 rpc_paths = ('/RPC2',)
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_xmlrpc.py397 rpc_paths = [] variable in http_multi_server.MyRequestHandler
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D2.5.rst1523 :attr:`rpc_paths` attribute that constrains XML-RPC operations to a limited set
1525 :attr:`rpc_paths` to ``None`` or an empty tuple disables this path checking.
2262 have a :attr:`rpc_paths` attribute that constrains XML-RPC operations to a
2264 Setting :attr:`rpc_paths` to ``None`` or an empty tuple disables this path
/aosp_15_r20/external/python/cpython2/Doc/whatsnew/
D2.5.rst1522 :attr:`rpc_paths` attribute that constrains XML-RPC operations to a limited set
1524 :attr:`rpc_paths` to ``None`` or an empty tuple disables this path checking.
2261 have a :attr:`rpc_paths` attribute that constrains XML-RPC operations to a
2263 Setting :attr:`rpc_paths` to ``None`` or an empty tuple disables this path
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py694 rpc_paths = [] variable in http_multi_server.MyRequestHandler