MCPcopy
hub / github.com/pytest-dev/pytest / f11

Method f11

testing/test_assertrewrite.py:648–650  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

646 getmsg(f10, must_pass=True)
647
648 def f11() -> None:
649 f = g = h = lambda: True
650 assert f() and g() and h()
651
652 getmsg(f11, must_pass=True)
653

Callers

nothing calls this directly

Calls 3

fFunction · 0.70
gFunction · 0.50
hFunction · 0.50

Tested by

no test coverage detected