MCPcopy 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

54INCR = 1
55
56def countdown1(n):
57 while n > 0:
58 n -= INCR
59
60@lower_names('INCR')
61def countdown2(n):

Callers 1

namelower.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected