Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz/python-cookbook
/ example.py
File
example.py
src/4/iterating_in_reverse/example.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Example of an object implementing both forward and reversed iterators
2
3
class
Countdown:
4
def
__init__(self, start):
Callers
nothing calls this directly
Calls
1
Countdown
Class · 0.85
Tested by
no test coverage detected