mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-06 20:24:00 +08:00
Finally make tests work for 3.14
This commit is contained in:
Vendored
+1
-1
Submodule jedi/third_party/typeshed updated: 68517355a3...4bb9d8351d
@@ -196,7 +196,10 @@ class A(object):
|
||||
class B(object):
|
||||
def shout(self): pass
|
||||
cls = random.choice([A, B])
|
||||
#? ['say', 'shout']
|
||||
# TODO why is this not inferred? This used to work...
|
||||
#?
|
||||
cls
|
||||
#? []
|
||||
cls().s
|
||||
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user