MCPcopy Create free account
hub / github.com/ipython/ipython / f

Function f

IPython/utils/tests/test_decorators.py:5–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3def test_flag_calls():
4 @decorators.flag_calls
5 def f():
6 pass
7
8 assert not f.called
9 f()

Callers 1

test_flag_callsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected