Thrameos / jpype

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

Automatic type conversion via python #30

Closed Thrameos closed 4 years ago

Thrameos commented 6 years ago

Currently all the logic regarding deciding if a type can be converted must be hard coded into C++. This means we are very limited in our handling. Adding a type conversion table to each class that can register a piece of python code which will convert to a valid convertible type would solve that issue.

Thrameos commented 4 years ago

Completed with classhints for 0.8 release