Python: type-track through tuple content

This commit is contained in:
Rasmus Wriedt Larsen
2024-02-23 13:39:49 +01:00
parent a95bb7c86b
commit ece8245a4b
3 changed files with 7 additions and 8 deletions

View File

@@ -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():