Home | History | Annotate | Download | only in common_lib

Lines Matching refs:split

995         parts = rendered.split('\t')
1000 fields = dict(f.split('=', 1) for f in parts[3:-1])