main.py [61:69]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            else:
                assert False

    if active_type is not None:
        if active_type not in ans:
            ans[active_type] = []
        ans[active_type].append(active_value)

    return ans
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



main.py [112:120]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        else:
            assert False

    if active_type is not None:
        if active_type not in ans:
            ans[active_type] = []
        ans[active_type].append(active_value)

    return ans
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



