We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cdae0e + 71e4a3c commit cb38943Copy full SHA for cb38943
1 file changed
mprof.py
@@ -743,7 +743,7 @@ def set_state_for(function_names, level):
743
if len(ambiguous_labels) == 0:
744
break
745
746
- fn_to_label = { label_state["functions"][0] : label for label, label_state in state.items() }
+ fn_to_label = dict((label_state["functions"][0] , label) for label, label_state in state.items())
747
748
return fn_to_label
749
0 commit comments