Skip to content

Instantly share code, notes, and snippets.

@mkubasz
Created March 16, 2021 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkubasz/1a604ded965b62425d23c87b99ab089a to your computer and use it in GitHub Desktop.
Save mkubasz/1a604ded965b62425d23c87b99ab089a to your computer and use it in GitHub Desktop.
class A:
def foo(self):
return __a
# Code here
assert A().foo() == 11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment