ODM2PythonAPI uses obfuscate Python builtins in some places.
The links belong point to two blocks of code that use the reserved word type.
odm2api/ODM2/services/readService.py#L81-L121
odm2api/ODM2/services/readService.py#L365-L390
It would be nice if we can renamed those to something else. I already addressed most on them in #111.
However, I did not address those that are used as args to avoid braking the current API.
ODM2PythonAPIuses obfuscate Python builtins in some places.The links belong point to two blocks of code that use the reserved word
type.odm2api/ODM2/services/readService.py#L81-L121
odm2api/ODM2/services/readService.py#L365-L390
It would be nice if we can renamed those to something else. I already addressed most on them in #111.
However, I did not address those that are used as
argsto avoid braking the currentAPI.