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

Function f

testing/test_runner.py:797–798  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

795 importorskip = pytest.importorskip
796
797 def f():
798 importorskip("asdlkj")
799
800 try:
801 sysmod = importorskip("sys")

Callers 7

f11Method · 0.70
_recursive_sequence_mapFunction · 0.50
__init__Method · 0.50

Calls 1

importorskipFunction · 0.85

Tested by

no test coverage detected