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
Originally reported by: Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore)
#!python from abc import ABCMeta def f(arg: ABCMeta): pass
Reported in #143, requires https://bitbucket.org/logilab/astroid/issue/30/function-annotation-support.
The text was updated successfully, but these errors were encountered:
Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore):
Issue #64 was marked as a duplicate of this issue.
Sorry, something went wrong.
Solved in https://bitbucket.org/logilab/astroid/commits/115d966c681dc9c3887d7973af947d01f0072850.
type(x) == Y
type(x) is Y
fix: add import message via synth (pylint-dev#231)
5fb02e9
Also, drop fossil script (created with old name). Closes pylint-dev#227. Closes pylint-dev#228. Closes pylint-dev#229.
No branches or pull requests
Originally reported by: Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore)
Reported in #143, requires https://bitbucket.org/logilab/astroid/issue/30/function-annotation-support.
The text was updated successfully, but these errors were encountered: