Message5551

Author zyasoft
Recipients juneau001, slucas, zyasoft
Date 2010-02-23.17:17:57
SpamBayes Score 0.00039988078
Marked as misclassified No
Message-id <1266945478.24.0.710002340463.issue1551@psf.upfronthosting.co.za>
In-reply-to
Content
As I mentioned in my email to jython-dev, you can determine whether something is a java object via isinstance(obj, java.lang.Object) and whether a type is a java class via issubclass(cls, java.lang.Object)
History
Date User Action Args
2010-02-23 17:17:58zyasoftsetmessageid: <1266945478.24.0.710002340463.issue1551@psf.upfronthosting.co.za>
2010-02-23 17:17:58zyasoftsetrecipients: + zyasoft, juneau001, slucas
2010-02-23 17:17:58zyasoftlinkissue1551 messages
2010-02-23 17:17:57zyasoftcreate