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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 77 arg_text = self.fetch_tip(expression)
83 def fetch_tip(self, expression): member in class:CallTips
87 either fetch_tip() is running in the subprocess itself or it was called
94 To find methods, fetch_tip must be fed a fully qualified name.
210 # exercise fetch_tip(), not just get_arg_text()
215 arg_text = ct.fetch_tip(qualified_name)
run.py 336 return self.calltip.fetch_tip(name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 77 arg_text = self.fetch_tip(expression)
83 def fetch_tip(self, expression): member in class:CallTips
87 either fetch_tip() is running in the subprocess itself or it was called
94 To find methods, fetch_tip must be fed a fully qualified name.
210 # exercise fetch_tip(), not just get_arg_text()
215 arg_text = ct.fetch_tip(qualified_name)
run.py 336 return self.calltip.fetch_tip(name)

Completed in 1446 milliseconds