One of the most challenging pieces of starting work with jpype was the tendency to need to get into the inner jpype private classes to be able to determine if something was an java object, class or method. The base classes for these are not exposed because those classes have no public members. It would be a good idea to expose a stub version for each of the Java types without an functionality to support isinstance().
One of the most challenging pieces of starting work with jpype was the tendency to need to get into the inner jpype private classes to be able to determine if something was an java object, class or method. The base classes for these are not exposed because those classes have no public members. It would be a good idea to expose a stub version for each of the Java types without an functionality to support isinstance().