Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DasyDong/developer-roadmap
/ age
Method
age
code/interface.py:105–106 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
103
pass
104
105
def
age(self) -> int:
106
pass
107
108
# The Python interface Person
109
class
Person(metaclass=PersonMeta):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected