Skip to content

Instantly share code, notes, and snippets.

@FerdinaKusumah
Created December 21, 2019 16:14
Show Gist options
  • Save FerdinaKusumah/208adb78077b96e79640cdb0d390ca03 to your computer and use it in GitHub Desktop.
Save FerdinaKusumah/208adb78077b96e79640cdb0d390ca03 to your computer and use it in GitHub Desktop.
Underscore Python
class PrefixPostfixTest:
def __init__(self):
self.__bam__ = 42
>>> PrefixPostfixTest().__bam__
42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment