MCPcopy Create free account
hub / github.com/microsoft/debugpy / test_str

Function test_str

tests/tests/test_patterns.py:121–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119
120
121def test_str():
122 log_repr(some.str)
123 assert some.str == "abc"
124 assert b"abc" != some.str
125
126
127def test_matching():

Callers

nothing calls this directly

Calls 1

log_reprFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…