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

Class BadIndex

Lib/test/test_io/test_textio.py:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28class BadIndex:
29 def __index__(self):
30 1/0
31
32
33# To fully exercise seek/tell, the StatefulIncrementalDecoder has these

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…