MCPcopy 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

1class Counter:
2 def __init__(self):
3 self.count = 0
4

Callers

nothing calls this directly

Calls 1

CounterClass · 0.70

Tested by

no test coverage detected