Lines Matching full:tip
15 tip = "(ai=None, *b)" variable in TC
17 __init__.tip = "(self, ai=None, *b)"
19 t1.tip = "(self)"
21 t2.tip = "(self, ai, b=None)"
23 t3.tip = "(self, ai, *args)"
25 t4.tip = "(self, *args)"
27 t5.tip = "(self, ai, b=None, *args, **kw)"
29 t6.tip = "(no, self)"
31 __call__.tip = "(self, ci)"
33 # attaching .tip to wrapped methods does not work
61 # Simulate builtin with no docstring for default tip test
165 t1.tip = "()"
167 t2.tip = "(a, b=None)"
169 t3.tip = "(a, *args)"
171 t4.tip = "(*args)"
173 t5.tip = "(a, b=None, *args, **kw)"
178 self.assertEqual(get_spec(func), func.tip + doc)
184 self.assertEqual(get_spec(meth), meth.tip + doc)
300 return 'tip'
321 self.tip = self.ct.active_calltip
329 self.assertEqual(self.tip.args, ('1.1', '1.end'))
338 self.assertIs(self.ct.active_calltip, self.tip)
348 self.assertIs(self.ct.active_calltip, self.tip)
357 self.assertIs(self.ct.active_calltip, self.tip)