MCPcopy Index your code
hub / github.com/mouredev/Hello-Python / get_name

Method get_name

Basic/11_classes.py:22–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20 self.__name = name # Propiedad privada
21
22 def get_name(self):
23 return self.__name
24
25 def walk(self):
26 print(f"{self.full_name} está caminando")

Callers 1

11_classes.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected