Pastebin

Paste #3795: No description

< previous paste - next paste>

Pasted by Anonymous Coward

Download View as text

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


Do not write anything in this field if you're a human.

Go to most recent paste.