MCPcopy Index your code
hub / github.com/bedroombuilds/python2rust / CollegeStudent

Class CollegeStudent

0b_traits/python/super.py:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34class CollegeStudent(Student):
35 def __init__(self, name):
36 super().__init__(name)
37
38 def university(self):
39 return "Community College"
40
41
42class RustProgrammer(Person, Programmer):

Callers 2

make_personFunction · 0.70
super.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected