/external/python/cpython3/Lib/idlelib/ |
calltips.py | 75 argspec = self.fetch_tip(expression) 81 def fetch_tip(self, expression): member in class:CallTips 85 either this fetch_tip() is running in the subprocess or it was 92 To find methods, fetch_tip must be fed a fully qualified name.
|
run.py | 491 return self.calltip.fetch_tip(name)
|
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
|
/external/python/cpython2/Lib/idlelib/ |
CallTips.py | 78 arg_text = self.fetch_tip(expression) 84 def fetch_tip(self, expression): member in class:CallTips 88 either fetch_tip() is running in the subprocess itself or it was called 95 To find methods, fetch_tip must be fed a fully qualified name.
|
run.py | 355 return self.calltip.fetch_tip(name)
|