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

Method __init__

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

Source from the content-addressed store, hash-verified

33
34class CollegeStudent(Student):
35 def __init__(self, name):
36 super().__init__(name)
37
38 def university(self):
39 return "Community College"

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected