MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / classes.py

File classes.py

07_structs/python/classes.py:None–None  ·  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

Callers

nothing calls this directly

Calls 3

AClass · 0.70
BClass · 0.70
printFunction · 0.50

Tested by

no test coverage detected