Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
def
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.py
File · 0.50
recipe-412719.py
File · 0.50
any
Function · 0.50
pick_first
Function · 0.50
newFunction
Function · 0.50
bind
Function · 0.50
timed_f
Function · 0.50
newfunc
Function · 0.50
__call__
Method · 0.50
wrapper
Function · 0.50
create
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected