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

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
CallTips.py 106 return get_arg_text(entity)
133 def get_arg_text(ob): function
210 # exercise fetch_tip(), not just get_arg_text()
219 print fmt % (t.__name__, expected, get_arg_text(t))
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
CallTips.py 106 return get_arg_text(entity)
133 def get_arg_text(ob): function
210 # exercise fetch_tip(), not just get_arg_text()
219 print fmt % (t.__name__, expected, get_arg_text(t))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 106 return get_arg_text(entity)
133 def get_arg_text(ob): function
210 # exercise fetch_tip(), not just get_arg_text()
219 print fmt % (t.__name__, expected, get_arg_text(t))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 106 return get_arg_text(entity)
133 def get_arg_text(ob): function
210 # exercise fetch_tip(), not just get_arg_text()
219 print fmt % (t.__name__, expected, get_arg_text(t))
  /external/python/cpython2/Lib/idlelib/
CallTips.py 107 return get_arg_text(entity)
134 # The following are used in get_arg_text
139 def get_arg_text(ob): function
  /external/python/cpython2/Lib/idlelib/idle_test/
test_calltips.py 38 signature = ct.get_arg_text # 2.7 and 3.x use different functions

Completed in 535 milliseconds