Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 8 Implementation #57

Open
razvanhas-plusai opened this issue Jul 18, 2023 · 0 comments
Open

PEP 8 Implementation #57

razvanhas-plusai opened this issue Jul 18, 2023 · 0 comments

Comments

@razvanhas-plusai
Copy link

Describe the bug
py_jama_rest_client.client.JamaClient.__get_all does not follow the PEP 8 Descriptive: Naming Styles convention.

This leads to the problem, that when creating a child class from JamaClient, the __get_all is not available under this name, but rather under _JamaClient__get_all.

As the convention suggests:

single_leading_underscore would be the correct choice: _get_all

Would be great if you could fix this :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant