Home
last modified time | relevance | path

Searched defs: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
175 def register_instance(self, instance, allow_dotted_names=False): argument
/external/python/cpython3/Lib/xmlrpc/
Dserver.py124 def resolve_dotted_attribute(obj, attr, allow_dotted_names=True): argument
173 def register_instance(self, instance, allow_dotted_names=False): argument