Pastebin
Paste #3795: No description
< previous paste - next paste>
Pasted by Anonymous Coward
class A(object):
def __init__(self):
self.foo = 'foofoo'
def print_foo(self):
print self.foo
pf = A().print_foo
pf()
# output: foofoo
New Paste
Go to most recent paste.