Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bedroombuilds/python2rust
/ CollegeStudent
Class
CollegeStudent
0b_traits/python/super.py:34–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
33
34
class
CollegeStudent(Student):
35
def
__init__(self, name):
36
super().__init__(name)
37
38
def
university(self):
39
return
"Community College"
40
41
42
class
RustProgrammer(Person, Programmer):
Callers
2
make_person
Function · 0.70
super.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected