MCPcopy Create free account
hub / github.com/ActiveState/code / f

Function f

recipes/Python/474122_neat/recipe-474122.py:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1# nice and clean closure notation
2def get_counter_neat():
3 def f():
4 f.x += 1
5 return f.x
6 f.x = 0
7 return f
8

Callers 15

enhance__init__Function · 0.50
recipe-411791.pyFile · 0.50
recipe-412719.pyFile · 0.50
anyFunction · 0.50
pick_firstFunction · 0.50
newFunctionFunction · 0.50
bindFunction · 0.50
timed_fFunction · 0.50
newfuncFunction · 0.50
__call__Method · 0.50
wrapperFunction · 0.50
createMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected