baron icon indicating copy to clipboard operation
baron copied to clipboard

baron failed to parse dict/list expansion

Open James4Ever0 opened this issue 3 years ago • 1 comments

example:

core_topic_set = {
                *flattenUnhashableList(
                    [value for key, value in getMetatopic[dog_or_cat].items()]
                )
            }

James4Ever0 avatar Nov 09 '22 08:11 James4Ever0

Another example:

A = [1, 2, 3]
B = [*A, 4, 5, 6]

s0undt3ch avatar Nov 06 '24 17:11 s0undt3ch