MCPcopy Index your code
hub / github.com/bedroombuilds/python2rust / RustProgrammer

Class RustProgrammer

0b_traits/python/super.py:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42class RustProgrammer(Person, Programmer):
43 def fav_language(self):
44 return "Rust"
45
46
47class SuperCompSciStudent(Student, Programmer):

Callers 1

make_personFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected