os.path.walk arg
Afanasiy
abelikov72 at hotmail.com
Thu Mar 13 12:00:55 EST 2003
More information about the Python-list mailing list
Thu Mar 13 12:00:55 EST 2003
- Previous message (by thread): os.path.walk arg
- Next message (by thread): os.path.walk arg
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 13 Mar 2003 08:52:22 -0800, "Matt Gerrans" <mgerrans at mindspring.com> wrote: >I like to do my path walking from a class, so that argument is always self, >like so, in a method: > > os.path.walk( startPath, MyPathWalkerClassName.__walker, self ) I don't completely understand that, but I just do... os.path.walk(self.content,self.processcontent,None)
- Previous message (by thread): os.path.walk arg
- Next message (by thread): os.path.walk arg
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list