Searched defs:fetch_tip (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DCallTips.py77 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)
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DCallTips.py77 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)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DCallTips.py77 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)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DCallTips.py77 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)

Completed in 572 milliseconds