/aosp_15_r20/external/python/cpython2/Lib/ |
D | SimpleXMLRPCServer.py | 433 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/ |
D | server.py | 432 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/ |
D | server.py | 432 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/ |
D | server.py | 432 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/ |
D | server.py | 432 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 D | server.py | 432 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/ |
D | server.py | 432 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/ |
D | xmlrpc.server.rst | 136 .. attribute:: SimpleXMLRPCRequestHandler.rpc_paths 155 rpc_paths = ('/RPC2',) 202 rpc_paths = ('/RPC2',)
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | simplexmlrpcserver.rst | 131 .. attribute:: SimpleXMLRPCRequestHandler.rpc_paths 160 rpc_paths = ('/RPC2',)
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_xmlrpc.py | 397 rpc_paths = [] variable in http_multi_server.MyRequestHandler
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 2.5.rst | 1523 :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/ |
D | 2.5.rst | 1522 :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/ |
D | test_xmlrpc.py | 694 rpc_paths = [] variable in http_multi_server.MyRequestHandler
|