Searched refs:rpc_paths (Results 1 – 4 of 4) sorted by relevance
443 rpc_paths = ('/', '/RPC2') variable in SimpleXMLRPCRequestHandler471 if self.rpc_paths:472 return self.path in self.rpc_paths
135 .. attribute:: SimpleXMLRPCRequestHandler.rpc_paths154 rpc_paths = ('/RPC2',)201 rpc_paths = ('/RPC2',)
682 rpc_paths = [] variable in http_multi_server.MyRequestHandler
1523 :attr:`rpc_paths` attribute that constrains XML-RPC operations to a limited set1525 :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 a2264 Setting :attr:`rpc_paths` to ``None`` or an empty tuple disables this path