Lines Matching refs:assertNotIsInstance
743 self.assertNotIsInstance(C(), abc)
809 self.assertNotIsInstance(x, Awaitable)
821 self.assertNotIsInstance(c, Awaitable)
861 self.assertNotIsInstance(x, Coroutine)
873 self.assertNotIsInstance(c, Coroutine)
905 self.assertNotIsInstance(x, Hashable)
936 self.assertNotIsInstance(x, AsyncIterable)
952 self.assertNotIsInstance(x, AsyncIterator)
958 self.assertNotIsInstance(AnextOnly(), AsyncIterator)
965 self.assertNotIsInstance(x, Iterable)
999 self.assertNotIsInstance(x, Reversible)
1004 self.assertNotIsInstance(x, Reversible)
1056 self.assertNotIsInstance(x, Collection)
1062 self.assertNotIsInstance(x, Collection)
1143 self.assertNotIsInstance(x, Iterator)
1163 self.assertNotIsInstance(NextOnly(), Iterator)
1187 self.assertNotIsInstance(x, Generator)
1258 self.assertNotIsInstance(x, AsyncGenerator)
1323 self.assertNotIsInstance(x, Sized)
1341 self.assertNotIsInstance(x, Container)
1360 self.assertNotIsInstance(x, Callable)
1499 self.assertNotIsInstance(frozenset(), MutableSet)
1938 self.assertNotIsInstance(sample(), ByteString)
1940 self.assertNotIsInstance(memoryview(b""), ByteString)
1946 self.assertNotIsInstance(sample(), MutableSequence)