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:43–44 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
41
42
class
RustProgrammer(Person, Programmer):
43
def
fav_language(self):
44
return
"Rust"
45
46
47
class
SuperCompSciStudent(Student, Programmer):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected