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