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

Method name

code/interface.py:102–103  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

100class PersonSuper:
101 """A person superclass"""
102 def name(self) -> str:
103 pass
104
105 def age(self) -> int:
106 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected