Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ __init__
Method
__init__
0b_traits/python/super.py:27–28 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
25
26
class
CompSciStudent(Student):
27
def
__init__(self, name):
28
super().__init__(name)
29
30
def
git_username(self):
31
raise
NotImplementedError
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected