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
the mapdl.result property does not have type hints which means PyCharm won't help you with auto-complete on it. This is a simple fix, however.
mapdl.result
The text was updated successfully, but these errors were encountered:
added type hint for the result property fic=xing #768
bd07541
added type hint for the result property fixing #768 (#769)
4566ef4
* added type hint for the result property fic=xing #768 * removed unnecessary forward reference quotes
jgd10
Successfully merging a pull request may close this issue.
the
mapdl.result
property does not have type hints which means PyCharm won't help you with auto-complete on it. This is a simple fix, however.The text was updated successfully, but these errors were encountered: