Lines Matching refs:tiptest
55 def tiptest(obj, out):
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(re.sub, '''\
93 tiptest(p.sub, '''\