Home | History | Annotate | Download | only in test

Lines Matching refs:Classic

174         class Classic:
176 self.assertTrue(callable(Classic))
177 c = Classic()
188 # Classic and new-style classes evaluate __call__() differently
1692 ("classic int division", DeprecationWarning)):