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

Class RevRevBlocked

Lib/test/test_collections.py:1051–1052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1049 class RevItBlocked(Rev):
1050 __iter__ = None
1051 class RevRevBlocked(Rev):
1052 __reversed__ = None
1053 self.assertIsSubclass(Rev, Reversible)
1054 self.assertIsInstance(Rev(), Reversible)
1055 self.assertNotIsSubclass(RevItBlocked, 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…