Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ test_flag_calls
Function
test_flag_calls
IPython/utils/tests/test_decorators.py:3–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
from
IPython.utils
import
decorators
2
3
def
test_flag_calls():
4
@decorators.flag_calls
5
def
f():
6
pass
7
8
assert not f.called
9
f()
10
assert f.called
Callers
nothing calls this directly
Calls
1
f
Function · 0.70
Tested by
no test coverage detected