Re: method:wrong structure
> > loadstatus={'equity':self.loadequity(),'option':self,loadoption()} > comma instead of dot after self. -- http://mail.python.org/mailman/listinfo/python-list
Re: method:wrong structure
2011/9/15 守株待兔 <1248283...@qq.com>: > there are three programs,all of them left main structure, > code0 is ok,i don't know why code2 and code3 can't run,how to fix them? > code0 > class webdata(object): > def __init__(self,arg): > > def loadequity(self): > > def loadoption(sel