Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
def
log_repr(x):
16
s = repr(x)
17
log.info(
"{0}"
, s)
18
19
20
VALUES = [
Callers
13
test_value
Function · 0.85
test_inverse
Function · 0.85
test_either
Function · 0.85
test_in_range
Function · 0.85
test_str
Function · 0.85
test_matching
Function · 0.85
test_starting_with
Function · 0.85
test_ending_with
Function · 0.85
test_containing
Function · 0.85
test_dict
Function · 0.85
test_such_that
Function · 0.85
test_error
Function · 0.85
Calls
2
repr
Function · 0.85
info
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…