python-cx_Oracle
python-cx_Oracle copied to clipboard
Make object types real Python types
Following up from #231, the suggestion made by @doerwalter was to make object types real Python types so that type(obj) == obj.type. With Python 3.x this is now possible by creating a heap type.
As well, it would be good to make use of python typing to reduce bugs.