Lines Matching refs:assertNotIsInstance
563 self.assertNotIsInstance(C(), abc)
627 self.assertNotIsInstance(x, Awaitable)
639 self.assertNotIsInstance(c, Awaitable)
677 self.assertNotIsInstance(x, Coroutine)
689 self.assertNotIsInstance(c, Coroutine)
721 self.assertNotIsInstance(x, Hashable)
752 self.assertNotIsInstance(x, AsyncIterable)
768 self.assertNotIsInstance(x, AsyncIterator)
774 self.assertNotIsInstance(AnextOnly(), AsyncIterator)
781 self.assertNotIsInstance(x, Iterable)
815 self.assertNotIsInstance(x, Reversible)
823 self.assertNotIsInstance(x, Reversible)
873 self.assertNotIsInstance(x, Collection)
879 self.assertNotIsInstance(x, Collection)
960 self.assertNotIsInstance(x, Iterator)
980 self.assertNotIsInstance(NextOnly(), Iterator)
1004 self.assertNotIsInstance(x, Generator)
1075 self.assertNotIsInstance(x, AsyncGenerator)
1140 self.assertNotIsInstance(x, Sized)
1158 self.assertNotIsInstance(x, Container)
1177 self.assertNotIsInstance(x, Callable)
1316 self.assertNotIsInstance(frozenset(), MutableSet)
1683 self.assertNotIsInstance(sample(), ByteString)
1685 self.assertNotIsInstance(memoryview(b""), ByteString)
1690 self.assertNotIsInstance(sample(), MutableSequence)