MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / Person

Class Person

0b_traits/python/super.py:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4class Person:
5 def __init__(self, name):
6 self._name = name
7
8 def name(self):
9 return self._name
10
11
12class Student(Person):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected