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

Class CompSciStudent

0b_traits/python/super.py:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25
26class CompSciStudent(Student):
27 def __init__(self, name):
28 super().__init__(name)
29
30 def git_username(self):
31 raise NotImplementedError
32
33
34class CollegeStudent(Student):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected