Searched refs:tiptest (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_calltip.py | 55 def tiptest(obj, out): function 65 tiptest(List, 68 tiptest(list.__new__, 72 tiptest(list.__init__, 76 tiptest(list.append, '(self, object, /)' + append_doc) 77 tiptest(List.append, '(self, object, /)' + append_doc) 78 tiptest([].append, '(object, /)' + append_doc) 80 tiptest(types.MethodType, 83 tiptest(SB(), default_tip) 86 tiptest(r [all...] |
Completed in 1 milliseconds