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