-
Notifications
You must be signed in to change notification settings - Fork 13
Avoid the use of builtins #115
Copy link
Copy link
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels