mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-31 17:24:22 +08:00
fix a problem with dynamic flow information and usages
This commit is contained in:
@@ -213,3 +213,11 @@ class TestProperty:
|
||||
#< 11 (1,11), (0,8)
|
||||
def f(**kwargs):
|
||||
return kwargs
|
||||
|
||||
|
||||
# -----------------
|
||||
# No result
|
||||
# -----------------
|
||||
if isinstance(j, int):
|
||||
#<
|
||||
j
|
||||
|
||||
Reference in New Issue
Block a user