Home | History | Annotate | Download | only in test

Lines Matching refs:Classic

172         class Classic:

174 self.assertTrue(callable(Classic))
175 c = Classic()
186 # Classic and new-style classes evaluate __call__() differently
1688 ("classic int division", DeprecationWarning)):