Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
class
Programmer(metaclass=ABCMeta):
21
@abstractmethod
22
def
fav_language(self):
23
pass
24
25
26
class
CompSciStudent(Student):
Callers
1
comp_sci_student_greeting
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected