Thrameos / jpype

Thrameos personal sandbox for enhancements to jpype to send to originell.
Other
0 stars 1 forks source link

isinstance() #4

Closed Thrameos closed 6 years ago

Thrameos commented 7 years ago

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().

Thrameos commented 6 years ago

Classes are fully exposed in master.