Lines Matching refs:assertNotIsInstance
297 self.assertNotIsInstance(C(), abc)
301 self.assertNotIsInstance(C(), abc)
341 self.assertNotIsInstance(x, Hashable)
368 self.assertNotIsInstance(x, Iterable)
393 self.assertNotIsInstance(x, Iterator)
413 self.assertNotIsInstance(NextOnly(), Iterator)
418 self.assertNotIsInstance(NextOnlyNew(), Iterator)
426 self.assertNotIsInstance(x, Sized)
444 self.assertNotIsInstance(x, Container)
463 self.assertNotIsInstance(x, Callable)
550 self.assertNotIsInstance(frozenset(), MutableSet)
838 self.assertNotIsInstance(sample(), MutableSequence)