Skip to content

Instantly share code, notes, and snippets.

@docsallover
Created February 4, 2025 16:53
Show Gist options
  • Save docsallover/7e3dcdcbbb20cdcae4f60de014c9e146 to your computer and use it in GitHub Desktop.
Save docsallover/7e3dcdcbbb20cdcae4f60de014c9e146 to your computer and use it in GitHub Desktop.
Getters (accessor methods) in Python
def get_name(self):
return self.__name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment