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

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
CallTips.py 77 arg_text = self.fetch_tip(expression)
78 if not arg_text:
81 self.calltip.showtip(arg_text, sur_paren[0], sur_paren[1])
136 arg_text = ""
165 arg_text = ", ".join(items)
166 arg_text = "(%s)" % re.sub("\.\d+", "<tuple>", arg_text)
174 if arg_text:
175 arg_text += "\n"
176 arg_text += doc[:pos
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
CallTips.py 77 arg_text = self.fetch_tip(expression)
78 if not arg_text:
81 self.calltip.showtip(arg_text, sur_paren[0], sur_paren[1])
136 arg_text = ""
165 arg_text = ", ".join(items)
166 arg_text = "(%s)" % re.sub("\.\d+", "<tuple>", arg_text)
174 if arg_text:
175 arg_text += "\n"
176 arg_text += doc[:pos
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 77 arg_text = self.fetch_tip(expression)
78 if not arg_text:
81 self.calltip.showtip(arg_text, sur_paren[0], sur_paren[1])
136 arg_text = ""
165 arg_text = ", ".join(items)
166 arg_text = "(%s)" % re.sub("\.\d+", "<tuple>", arg_text)
174 if arg_text:
175 arg_text += "\n"
176 arg_text += doc[:pos
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 77 arg_text = self.fetch_tip(expression)
78 if not arg_text:
81 self.calltip.showtip(arg_text, sur_paren[0], sur_paren[1])
136 arg_text = ""
165 arg_text = ", ".join(items)
166 arg_text = "(%s)" % re.sub("\.\d+", "<tuple>", arg_text)
174 if arg_text:
175 arg_text += "\n"
176 arg_text += doc[:pos
    [all...]
  /external/python/cpython2/Lib/idlelib/
CallTips.py 78 arg_text = self.fetch_tip(expression)
79 if not arg_text:
82 self.calltip.showtip(arg_text, sur_paren[0], sur_paren[1])

Completed in 830 milliseconds