From: Carl K. <cmk...@gm...> - 2004-04-27 14:55:44
|
> CK> use: > CK> print Modifier().toString(2) > > Am I missing something here? > > >>> print Modifier.toString(2) > 2 > yes: >>> print Modifier().toString(2) >>> type( Modifier ) <jclass org.python.core.PyJavaClass at 8331318> >>> type( Modifier() ) <jclass org.python.core.PyJavaInstance at 14869110> use of a (anonymous) instance rather than the class seems to be ok. Best Regards Carl > -- > Best regards, > Gwyn mailto:gw...@ci... > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek > For a limited time only, get FREE Ground shipping on all orders of $35 > or more. Hurry up and shop folks, this offer expires April 30th! > http://www.thinkgeek.com/freeshipping/?cpg=12297 > _______________________________________________ > Jython-users mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-users > -- "Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! Jetzt aktivieren unter http://www.gmx.net/info |