There was an error while loading. Please reload this page.
def foo(): def init(self): print 'foo.init' f = foo() --实例化会调用__init__(构造函数)