Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ counter
Function
counter
IPython/core/tests/test_inputtransformer2.py:310–313 ·
view source on GitHub ↗
(lines)
Source
from the content-addressed store, hash-verified
308
def
test_side_effects_I():
309
count = 0
310
def
counter(lines):
311
nonlocal count
312
count += 1
313
return
lines
314
315
counter.has_side_effects = True
316
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected