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

Class C

Lib/test/test_opcache.py:666–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664 def test_binary_subscr_getitem(self):
665 def get_items():
666 class C:
667 __getitem__ = lambda self, item: None
668
669 items = []
670 for _ in range(self.ITEMS):

Callers

nothing calls this directly

Calls 2

propertyClass · 0.85

Tested by

no test coverage detected