Re: [Tutor] Question about lambda and new.instancemethod

2007-07-17 Thread Kent Johnson
Tino Dai wrote: > Hi Everybody, > > I have been working on a parser for myself. I want to create > methods on the fly with the information that I get from a file. Here is > my question: > > class configure: > <.stuff deleted..> > def parseGlobal(self,projectName,s

[Tutor] Question about lambda and new.instancemethod

2007-07-10 Thread Tino Dai
Hi Everybody, I have been working on a parser for myself. I want to create methods on the fly with the information that I get from a file. Here is my question: class configure: <.stuff deleted..> def parseGlobal(self,projectName,section,project): for ele