MCPcopy 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

1class A:
2 def __init__(self, x, y):
3 self.x = x
4 self.y = y
5
6
7class B:

Callers 1

classes.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected