Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ test_simple_repr
Function
test_simple_repr
testing/io/test_saferepr.py:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
10
11
def
test_simple_repr():
12
assert saferepr(1) ==
"1"
13
assert saferepr(None) ==
"None"
14
15
16
def
test_maxsize():
Callers
nothing calls this directly
Calls
1
saferepr
Function · 0.90
Tested by
no test coverage detected