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

Class StringTruncated

Tools/gdb/libpython.py:133–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 return range(safety_limit(int(val)))
132
133class StringTruncated(RuntimeError):
134 pass
135
136class TruncatedStringIO(object):
137 '''Similar to io.StringIO, but can truncate the output by raising a

Callers 1

writeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…