Home
last modified time | relevance | path

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

/third_party/python/Lib/xmlrpc/
Dserver.py443 rpc_paths = ('/', '/RPC2') variable in SimpleXMLRPCRequestHandler
471 if self.rpc_paths:
472 return self.path in self.rpc_paths
/third_party/python/Doc/library/
Dxmlrpc.server.rst135 .. attribute:: SimpleXMLRPCRequestHandler.rpc_paths
154 rpc_paths = ('/RPC2',)
201 rpc_paths = ('/RPC2',)
/third_party/python/Lib/test/
Dtest_xmlrpc.py682 rpc_paths = [] variable in http_multi_server.MyRequestHandler
/third_party/python/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