MCPcopy Create free account
hub / github.com/pytest-dev/pytest / f11

Method f11

testing/test_assertrewrite.py:437–439  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

435 getmsg(f10, must_pass=True)
436
437 def f11() -> None:
438 f = g = h = lambda: True
439 assert f() and g() and h()
440
441 getmsg(f11, must_pass=True)
442

Callers

nothing calls this directly

Calls 3

fFunction · 0.70
gFunction · 0.50
hFunction · 0.50

Tested by

no test coverage detected