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

Function log_repr

tests/tests/test_patterns.py:15–17  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

13
14
15def log_repr(x):
16 s = repr(x)
17 log.info("{0}", s)
18
19
20VALUES = [

Callers 13

test_valueFunction · 0.85
test_inverseFunction · 0.85
test_eitherFunction · 0.85
test_in_rangeFunction · 0.85
test_strFunction · 0.85
test_matchingFunction · 0.85
test_starting_withFunction · 0.85
test_ending_withFunction · 0.85
test_containingFunction · 0.85
test_dictFunction · 0.85
test_such_thatFunction · 0.85
test_errorFunction · 0.85

Calls 2

reprFunction · 0.85
infoMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…