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
442 rpc_paths = ('/', '/RPC2') variable in SimpleXMLRPCRequestHandler470 if self.rpc_paths:471 return self.path in self.rpc_paths
135 .. attribute:: SimpleXMLRPCRequestHandler.rpc_paths154 rpc_paths = ('/RPC2',)201 rpc_paths = ('/RPC2',)
131 .. attribute:: SimpleXMLRPCRequestHandler.rpc_paths160 rpc_paths = ('/RPC2',)
397 rpc_paths = [] variable in http_multi_server.MyRequestHandler
670 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
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