Files
openide/python/testData/inspections/SetFunctionToLiteral.py

1 line
102 B
Python

my_set = <warning descr="Function call can be replaced with set literal">set([1<caret>,2,3])</warning>