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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 170 the _get_method_argstring(method_name) method to provide the
182 if hasattr(self.instance, '_get_method_argstring'):
183 method_info[0] = self.instance._get_method_argstring(method_name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 170 the _get_method_argstring(method_name) method to provide the
182 if hasattr(self.instance, '_get_method_argstring'):
183 method_info[0] = self.instance._get_method_argstring(method_name)

Completed in 91 milliseconds