Skip to content

Avoid the use of builtins #115

@ocefpaf

Description

@ocefpaf

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions