MCPcopy Index your code
hub / github.com/python/cpython / RevItBlocked

Class RevItBlocked

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

Source from the content-addressed store, hash-verified

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

Callers 1

test_ReversibleMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_ReversibleMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…