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

Document Purpose of PyCharm Directives #132

Open
mfleader opened this issue May 2, 2024 · 0 comments
Open

Document Purpose of PyCharm Directives #132

mfleader opened this issue May 2, 2024 · 0 comments

Comments

@mfleader
Copy link
Member

mfleader commented May 2, 2024

A number of calls to __init__() or private methods are associated with these directives. Their purpose should be documented in the code, or they should be removed

# noinspection PyProtectedMember
# noinspection PyArgumentList

If we're going to disable this warning, we should have a comment here explaining why.

Originally posted by @webbnh in #131 (comment)

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