Searched refs:rpc_paths (Results 1 – 8 of 8) sorted by relevance
433 rpc_paths = ('/', '/RPC2') variable in SimpleXMLRPCRequestHandler461 if self.rpc_paths:462 return self.path in self.rpc_paths
423 rpc_paths = ('/', '/RPC2') variable in SimpleXMLRPCRequestHandler451 if self.rpc_paths:452 return self.path in self.rpc_paths
131 .. attribute:: SimpleXMLRPCRequestHandler.rpc_paths160 rpc_paths = ('/RPC2',)
129 .. attribute:: SimpleXMLRPCRequestHandler.rpc_paths148 rpc_paths = ('/RPC2',)
397 rpc_paths = [] variable in http_multi_server.MyRequestHandler
581 rpc_paths = [] variable in http_multi_server.MyRequestHandler
1522 :attr:`rpc_paths` attribute that constrains XML-RPC operations to a limited set1524 :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 a2263 Setting :attr:`rpc_paths` to ``None`` or an empty tuple disables this path