MCPcopy Create free account
hub / github.com/DasyDong/developer-roadmap / Employee

Class Employee

code/interface.py:115–119  ·  view source on GitHub ↗

Inherits from PersonSuper PersonSuper will appear in Employee.__mro__

Source from the content-addressed store, hash-verified

113
114# Inheriting subclasses
115class Employee(PersonSuper):
116 """Inherits from PersonSuper
117 PersonSuper will appear in Employee.__mro__
118 """
119 pass
120
121class Friend:
122 """Built implicitly from Person

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected