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

Class _rstr

Lib/pdb.py:176–179  ·  view source on GitHub ↗

String that doesn't quote its repr.

Source from the content-addressed store, hash-verified

174
175
176class _rstr(str):
177 """String that doesn't quote its repr."""
178 def __repr__(self):
179 return self
180
181
182class _ExecutableTarget:

Callers 3

_getval_exceptMethod · 0.85
_safe_reprMethod · 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…