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

Class SuperCompSciStudent

0b_traits/python/super.py:47–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46
47class SuperCompSciStudent(Student, Programmer):
48 def __init__(self, name):
49 super().__init__(name)
50
51 def university(self):
52 return "Alma Mater"
53
54 def fav_language(self):
55 return "Rust and Python"
56
57 def git_username(self):
58 return self.name().lower()
59
60
61def make_person(rnd):

Callers 1

make_personFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected