MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _rstr

Class _rstr

tools/python-3.11.9-amd64/Lib/pdb.py:119–122  ·  view source on GitHub ↗

String that doesn't quote its repr.

Source from the content-addressed store, hash-verified

117
118
119class _rstr(str):
120 """String that doesn't quote its repr."""
121 def __repr__(self):
122 return self
123
124
125class _ScriptTarget(str):

Callers 2

_getval_exceptMethod · 0.85
_safe_reprMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected