We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After merging #72 the code quality is checked via CI, so information is required to be added in REDAME specifically under https://github.com/codezonediitj/pydatastructs#guidelines
The following points are to be added,
.py
True
False
None
is
is not
==
!=
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description of the problem
After merging #72 the code quality is checked via CI, so information is required to be added in REDAME specifically under https://github.com/codezonediitj/pydatastructs#guidelines
The following points are to be added,
.py
file.True
,False
orNone
should be done by reference(is
,is not
) and not by value(==
,!=
).Example of the problem
References/Other comments
The text was updated successfully, but these errors were encountered: