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

Method __init__

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

Source from the content-addressed store, hash-verified

46
47class SuperCompSciStudent(Student, Programmer):
48 def __init__(self, name):
49 super().__init__(name)
50
51 def university(self):
52 return "Alma Mater"

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected