mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Python: type-track through tuple content
This commit is contained in:
@@ -17,7 +17,7 @@ f2, _ = tup
|
||||
f2() # $ pt=func MISSING: tt
|
||||
|
||||
f3 = tup[0]
|
||||
f3() # $ pt=func MISSING: tt
|
||||
f3() # $ tt,pt=func
|
||||
|
||||
|
||||
def return_func_in_dict():
|
||||
|
||||
Reference in New Issue
Block a user