MCPcopy
hub / github.com/pydata/xarray / f

Function f

xarray/tests/test_utils.py:388–389  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

386 assert utils.find_stack_level(test_mode=True) == 2
387
388 def f():
389 return utils.find_stack_level(test_mode=True)
390
391 assert f() == 3
392

Calls

no outgoing calls

Tested by

no test coverage detected