vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Debugger make difference between list comprehension and dictionary comprehension

Open moghadas76 opened this issue 1 year ago • 0 comments

return { column_name: wrap([row[column_name] for row in rows]) for column_name in column_names }

How to just breakpoint on dictionary comprehension?

moghadas76 avatar Aug 28 '24 13:08 moghadas76