Skip to content

Instantly share code, notes, and snippets.

@wolendranh
Created March 4, 2016 09:19
Show Gist options
  • Save wolendranh/d0793c6865bf0acc63f2 to your computer and use it in GitHub Desktop.
Save wolendranh/d0793c6865bf0acc63f2 to your computer and use it in GitHub Desktop.
class TestVisible(object):
def test_1(self):
self.name = 1
print self.name
def test_2(self):
self.name = self.name + 1
print self.name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment