Searched refs:rpc_paths (Results 1 – 4 of 4) sorted by relevance
432 rpc_paths = ('/', '/RPC2', '/pydoc.css') variable in SimpleXMLRPCRequestHandler460 if self.rpc_paths:461 return self.path in self.rpc_paths
136 .. attribute:: SimpleXMLRPCRequestHandler.rpc_paths155 rpc_paths = ('/RPC2',)202 rpc_paths = ('/RPC2',)
700 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