MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / __init__

Method __init__

0b_traits/python/super.py:5–6  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

3
4class Person:
5 def __init__(self, name):
6 self._name = name
7
8 def name(self):
9 return self._name

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected