HomeSort by relevance Sort by last modified time
    Searched refs:allow_dotted_names (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
SimpleXMLRPCServer.py 115 def resolve_dotted_attribute(obj, attr, allow_dotted_names=True):
121 If the optional allow_dotted_names argument is false, dots are not
125 if allow_dotted_names:
175 def register_instance(self, instance, allow_dotted_names=False):
194 If the optional allow_dotted_names argument is true and the
201 Enabling the allow_dotted_names options allows intruders
209 self.allow_dotted_names = allow_dotted_names
333 self.allow_dotted_names
414 self.allow_dotted_names
    [all...]
  /external/python/cpython2/Lib/
SimpleXMLRPCServer.py 115 def resolve_dotted_attribute(obj, attr, allow_dotted_names=True):
121 If the optional allow_dotted_names argument is false, dots are not
125 if allow_dotted_names:
175 def register_instance(self, instance, allow_dotted_names=False):
194 If the optional allow_dotted_names argument is true and the
201 Enabling the allow_dotted_names options allows intruders
209 self.allow_dotted_names = allow_dotted_names
333 self.allow_dotted_names
414 self.allow_dotted_names
    [all...]
  /external/python/cpython3/Lib/xmlrpc/
server.py 123 def resolve_dotted_attribute(obj, attr, allow_dotted_names=True):
129 If the optional allow_dotted_names argument is false, dots are not
133 if allow_dotted_names:
172 def register_instance(self, instance, allow_dotted_names=False):
191 If the optional allow_dotted_names argument is true and the
198 Enabling the allow_dotted_names options allows intruders
206 self.allow_dotted_names = allow_dotted_names
334 self.allow_dotted_names
423 self.allow_dotted_names
    [all...]
  /external/python/cpython3/Lib/test/
test_xmlrpc.py 631 serv.register_instance(testInstance, allow_dotted_names=True)
    [all...]

Completed in 88 milliseconds