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
@
PyCharm 2023.2 (Professional Edition) Build #PY-232.8660.197, built on July 26, 2023
code above:
def cache(func): pass @cache def a(i): if i % 2 == 0: raise AssertionError return 1
The text was updated successfully, but these errors were encountered:
Thank you for reporting this bug! Should be easy to fix this.
Sorry, something went wrong.
b13d53b
Merge pull request #95 from dinbtechit/bug/91-fix-python-operator-dec…
d0ba22f
…orator-light-theme Fix #91 and improving python light version
Fix #91 adding doc comment color back in
ba59c88
Merge pull request #96 from dinbtechit/bug/91-fix-python-operator-dec…
bf46e3e
…orator-light-theme Fix #91 adding doc comment color back in
Fixed in v.1.9.1
No branches or pull requests
Describe the bug
@
color should be golden when applying to decorator but greenPlatform & Language Details
Jetbrains Screenshot
VSCode Screenshot
Additional context/Logs
code above:
The text was updated successfully, but these errors were encountered: