Lines Matching refs:assertNotIsInstance
713 self.assertNotIsInstance(C(), abc)
777 self.assertNotIsInstance(x, Awaitable)
789 self.assertNotIsInstance(c, Awaitable)
827 self.assertNotIsInstance(x, Coroutine)
839 self.assertNotIsInstance(c, Coroutine)
871 self.assertNotIsInstance(x, Hashable)
902 self.assertNotIsInstance(x, AsyncIterable)
918 self.assertNotIsInstance(x, AsyncIterator)
924 self.assertNotIsInstance(AnextOnly(), AsyncIterator)
931 self.assertNotIsInstance(x, Iterable)
965 self.assertNotIsInstance(x, Reversible)
970 self.assertNotIsInstance(x, Reversible)
1022 self.assertNotIsInstance(x, Collection)
1028 self.assertNotIsInstance(x, Collection)
1109 self.assertNotIsInstance(x, Iterator)
1129 self.assertNotIsInstance(NextOnly(), Iterator)
1153 self.assertNotIsInstance(x, Generator)
1224 self.assertNotIsInstance(x, AsyncGenerator)
1289 self.assertNotIsInstance(x, Sized)
1307 self.assertNotIsInstance(x, Container)
1326 self.assertNotIsInstance(x, Callable)
1465 self.assertNotIsInstance(frozenset(), MutableSet)
1885 self.assertNotIsInstance(sample(), ByteString)
1887 self.assertNotIsInstance(memoryview(b""), ByteString)
1892 self.assertNotIsInstance(sample(), MutableSequence)