Home | History | Annotate | Download | only in afe

Lines Matching refs:split_lines

516     split_lines = [x.split('=') for x in cmd_out.strip().split('\n')]
517 status = dict((key, val) for [key, val] in split_lines)