Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz/python-cookbook
/ countdown1
Function
countdown1
src/9/parsing_and_analyzing_python_source/namelower.py:56–58 ·
view source on GitHub ↗
(n)
Source
from the content-addressed store, hash-verified
54
INCR = 1
55
56
def
countdown1(n):
57
while
n > 0:
58
n -= INCR
59
60
@lower_names(
'INCR'
)
61
def
countdown2(n):
Callers
1
namelower.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected