1
0
forked from VimPlug/jedi

Implement support for TypeVar inference for __new__

This commit is contained in:
Dave Halter
2026-05-01 22:51:00 +02:00
parent 55e5f0cb92
commit 8520a9958b
6 changed files with 35 additions and 20 deletions
+2 -2
View File
@@ -435,9 +435,9 @@ list(set(list(set(a))))[1]
list(set(set(a)))[1]
# frozenset
##? int() str()
#? int() str()
list(frozenset(a))[1]
##? int() str()
#? int() str()
list(set(frozenset(a)))[1]
# iter