Home
last modified time | relevance | path

Searched refs:allow_dotted_names (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
DSimpleXMLRPCServer.py115 def resolve_dotted_attribute(obj, attr, allow_dotted_names=True): argument
125 if allow_dotted_names:
175 def register_instance(self, instance, allow_dotted_names=False): argument
209 self.allow_dotted_names = allow_dotted_names
333 self.allow_dotted_names
414 self.allow_dotted_names
/external/python/cpython2/Doc/library/
Dsimplexmlrpcserver.rst87 .. method:: SimpleXMLRPCServer.register_instance(instance[, allow_dotted_names])
100 If the optional *allow_dotted_names* argument is true and the instance does not
109 Enabling the *allow_dotted_names* option allows intruders to access your
114 *allow_dotted_names* was added to plug a security hole; prior versions are