MCPcopy Index your code
hub / github.com/RustPython/RustPython / It

Class It

Lib/test/test_collections.py:993–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

991 self.validate_isinstance(Iterable, '__iter__')
992 # Check None blocking
993 class It:
994 def __iter__(self): return iter([])
995 class ItBlocked(It):
996 __iter__ = None
997 self.assertIsSubclass(It, Iterable)

Callers 1

test_IterableMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_IterableMethod · 0.68