Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ A
Class
A
07_structs/python/classes.py:1–4 ·
view source on GitHub ↗
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
1
classes.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected