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
add to https://pyopenms.readthedocs.io/en/latest/parameter_handling.html how to getDescription in a nice way
The text was updated successfully, but these errors were encountered:
also check if it makes sense to print key, value, description in
__repr__ or __str__
e.g., users want to write print(myParam)
def __str__(self): return list(zip(p.keys(), p.values(), p.descriptions()))
needs implementation of def descriptions:
Sorry, something went wrong.
probably needs more thinking
tapaswenipathak
No branches or pull requests
add to https://pyopenms.readthedocs.io/en/latest/parameter_handling.html
how to getDescription in a nice way
The text was updated successfully, but these errors were encountered: