Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ f3
Method
f3
testing/test_assertrewrite.py:197–198 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
195
assert getmsg(f2) ==
"assert False"
196
197
def
f3() -> None:
198
assert a_global
# type: ignore[name-defined] # noqa
199
200
assert getmsg(f3, {
"a_global"
: False}) ==
"assert False"
201
Callers
nothing calls this directly
Calls
1
g
Function · 0.50
Tested by
no test coverage detected