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