MCPcopy Index your code
hub / github.com/bedroombuilds/python2rust / defaults.py

File defaults.py

0b_traits/python/defaults.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class D:
2 def __init__(self, x, y, z=None):
3 self.x = x
4 self.y = y

Callers

nothing calls this directly

Calls 2

DClass · 0.70
printFunction · 0.50

Tested by

no test coverage detected