Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ f2
Method
f2
testing/test_assertrewrite.py:400–402 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
398
assert getmsg(f1) ==
"assert False"
399
400
def
f2() -> None:
401
f = False
402
assert f
403
404
assert getmsg(f2) ==
"assert False"
405
Callers
nothing calls this directly
Calls
1
g
Function · 0.50
Tested by
no test coverage detected