Home | History | Annotate | Download | only in test

Lines Matching refs:fixtype

34     def fixtype(self, obj):
38 return [self.fixtype(x) for x in obj]
40 return tuple([self.fixtype(x) for x in obj])
43 (self.fixtype(key), self.fixtype(value))
51 result = self.fixtype(result)
52 object = self.fixtype(object)
53 args = self.fixtype(args)
70 object = self.fixtype(object)
71 args = self.fixtype(args)
80 object = self.fixtype(object)
81 args = self.fixtype(args)
150 i = self.fixtype(i)
207 i = self.fixtype(i)
251 i = self.fixtype(i)
258 self.assertEqual(i[loc:loc+len(j)], self.fixtype(j))
1066 self.fixtype(' ').join(f())