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

Method fav_language

0b_traits/python/super.py:22–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected