passing multiple string to a command line option
Miki Tebeka
miki.tebeka at gmail.com
Fri Oct 7 10:11:39 EDT 2011
More information about the Python-list mailing list
Fri Oct 7 10:11:39 EDT 2011
- Previous message (by thread): passing multiple string to a command line option
- Next message (by thread): passing multiple string to a command line option
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Seems like self.ptype is a type that has __init__ with no arguments (other than self). You can add "print type(self.ptype)" as first line of "convert" to see what type it is (or place a breakpoint there).
- Previous message (by thread): passing multiple string to a command line option
- Next message (by thread): passing multiple string to a command line option
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list