Python: type-track through dict-updates

This commit is contained in:
Rasmus Wriedt Larsen
2024-02-23 14:51:38 +01:00
parent 73fe596753
commit dac2b57bb0
4 changed files with 16 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ def return_func_in_dict_update():
dct2 = return_func_in_dict_update() # $ pt,tt=return_func_in_dict_update
f5 = dct2['func']
f5() # $ MISSING: tt=func
f5() # $ tt=func
def return_func_in_list():