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

Method __init__

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

Source from the content-addressed store, hash-verified

11
12class Student(Person):
13 def __init__(self, name):
14 super().__init__(name)
15
16 def university(self):
17 raise NotImplementedError

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected