Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mouredev/Hello-Python
/ walk
Method
walk
Basic/11_classes.py:25–26 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
23
return
self.__name
24
25
def
walk(self):
26
print(f
"{self.full_name} está caminando"
)
27
28
29
my_person = Person(
"Brais"
,
"Moure"
)
Callers
1
11_classes.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected