Unpack multiple assignments when processing lists. This supports the cases "a,...
Unpack multiple assignments when processing lists. This supports the cases "a, b = [], []" and "[a, b] = [], []". Also expand the static analysis to support list unpacking constructs. PiperOrigin-RevId: 193247024
Loading
Please sign in to comment