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

Class Programmer

0b_traits/python/super.py:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20class Programmer(metaclass=ABCMeta):
21 @abstractmethod
22 def fav_language(self):
23 pass
24
25
26class CompSciStudent(Student):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected