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
.suffix
In pypa/setuptools#4369 (comment) it was reported that mypy and/or PyCharm don't recognise the .suffix attribute that is implemented in:
mypy
https://github.com/jaraco/path/blob/v16.14.0/path/__init__.py#L332-L336
Probably just missing in the type stub.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In pypa/setuptools#4369 (comment) it was reported that
mypy
and/or PyCharm don't recognise the.suffix
attribute that is implemented in:https://github.com/jaraco/path/blob/v16.14.0/path/__init__.py#L332-L336
Probably just missing in the type stub.
The text was updated successfully, but these errors were encountered: