Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
DSimpleXMLRPCServer.py433 rpc_paths = ('/', '/RPC2') variable in SimpleXMLRPCRequestHandler
461 if self.rpc_paths:
462 return self.path in self.rpc_paths
/external/python/cpython3/Lib/xmlrpc/
Dserver.py443 rpc_paths = ('/', '/RPC2') variable in SimpleXMLRPCRequestHandler
471 if self.rpc_paths:
472 return self.path in self.rpc_paths
/external/python/cpython3/Doc/library/
Dxmlrpc.server.rst135 .. attribute:: SimpleXMLRPCRequestHandler.rpc_paths
154 rpc_paths = ('/RPC2',)
201 rpc_paths = ('/RPC2',)
/external/python/cpython2/Doc/library/
Dsimplexmlrpcserver.rst131 .. attribute:: SimpleXMLRPCRequestHandler.rpc_paths
160 rpc_paths = ('/RPC2',)
/external/python/cpython2/Lib/test/
Dtest_xmlrpc.py397 rpc_paths = [] variable in http_multi_server.MyRequestHandler
/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py680 rpc_paths = [] variable in http_multi_server.MyRequestHandler
/external/python/cpython2/Doc/whatsnew/
D2.5.rst1522 :attr:`rpc_paths` attribute that constrains XML-RPC operations to a limited set
1524 :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 a
2263 Setting :attr:`rpc_paths` to ``None`` or an empty tuple disables this path
/external/python/cpython3/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