Home | History | Annotate | Download | only in idlelib

Lines Matching refs:arg_text

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]
177 return arg_text
215 arg_text = ct.fetch_tip(qualified_name)
216 if arg_text != expected: