Lines Matching refs:assertNotIsInstance
729 self.assertNotIsInstance(C(), abc)
793 self.assertNotIsInstance(x, Awaitable)
805 self.assertNotIsInstance(c, Awaitable)
843 self.assertNotIsInstance(x, Coroutine)
855 self.assertNotIsInstance(c, Coroutine)
887 self.assertNotIsInstance(x, Hashable)
918 self.assertNotIsInstance(x, AsyncIterable)
934 self.assertNotIsInstance(x, AsyncIterator)
940 self.assertNotIsInstance(AnextOnly(), AsyncIterator)
947 self.assertNotIsInstance(x, Iterable)
981 self.assertNotIsInstance(x, Reversible)
986 self.assertNotIsInstance(x, Reversible)
1038 self.assertNotIsInstance(x, Collection)
1044 self.assertNotIsInstance(x, Collection)
1125 self.assertNotIsInstance(x, Iterator)
1145 self.assertNotIsInstance(NextOnly(), Iterator)
1169 self.assertNotIsInstance(x, Generator)
1240 self.assertNotIsInstance(x, AsyncGenerator)
1305 self.assertNotIsInstance(x, Sized)
1323 self.assertNotIsInstance(x, Container)
1342 self.assertNotIsInstance(x, Callable)
1481 self.assertNotIsInstance(frozenset(), MutableSet)
1917 self.assertNotIsInstance(sample(), ByteString)
1919 self.assertNotIsInstance(memoryview(b""), ByteString)
1924 self.assertNotIsInstance(sample(), MutableSequence)