[ create a new paste ] login | about

pentie

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by pentie:

Python, pasted on Nov 22:
1
2
3
4
class A(object):
    def __init__(self):
        print "init func in A"
        super(A, self).__init__()
...
view (36 lines, 6 lines of output)