No constructor calls????

Arinte shouldbe at message.com
Thu Dec 30 09:38:53 EST 1999


When I have this code the constructor is called

xpac=PossDevice.PossArg("12345678",21)
devlist.append( xpac )

but, this code doesn't seem to function

devlist.append( PossDevice.PossArg("12345678",21) )

Is the second one invalid or something?  How can I do the first one in one
call?

TIA







More information about the Python-list mailing list