Home
last modified time | relevance | path

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

/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
/external/python/cpython3/Doc/library/
Dxmlrpc.server.rst136 .. attribute:: SimpleXMLRPCRequestHandler.rpc_paths
155 rpc_paths = ('/RPC2',)
202 rpc_paths = ('/RPC2',)
/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py700 rpc_paths = [] variable in http_multi_server.MyRequestHandler
/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