From: Daniel W. <da...@rt...> - 2001-02-08 22:06:51
|
How does one go about finding out if an object is an instance of a particular class in jython? In java you can do: if (SomeObj instanceof SomeClass) { .... What is the equivalent in jython? -Dan |