Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ iterators.py
File
iterators.py
09_iterators/python/iterators.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Counter:
2
def
__init__(self):
3
self.count = 0
4
Callers
nothing calls this directly
Calls
1
Counter
Class · 0.70
Tested by
no test coverage detected