We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dcb5fa commit 175bb43Copy full SHA for 175bb43
ChangeLog
@@ -7,6 +7,12 @@ What's New in astroid 4.1.0?
7
============================
8
Release date: TBA
9
10
+* Add support for type constraints (`isinstance(x, y)`) in inference.
11
+
12
+ Closes pylint-dev/pylint#1162
13
+ Closes pylint-dev/pylint#4635
14
+ Closes pylint-dev/pylint#10469
15
16
* Make `type.__new__()` raise clear errors instead of returning `None`
17
18
* Move object dunder methods from ``FunctionModel`` to ``ObjectModel`` to make them
0 commit comments