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

Class RevItBlocked

Lib/test/test_collections.py:1048–1049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1046 def __iter__(self): return iter([])
1047 def __reversed__(self): return reversed([])
1048 class RevItBlocked(Rev):
1049 __iter__ = None
1050 class RevRevBlocked(Rev):
1051 __reversed__ = None
1052 self.assertIsSubclass(Rev, Reversible)

Callers 1

test_ReversibleMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_ReversibleMethod · 0.68