Searched refs:stropts (Results 1 – 1 of 1) sorted by relevance
534 name, stropts = run.split('=', 1) variable535 …opts = dict([t if len(t) == 2 else (t[0], None) for t in [arg.split('=', 1) for arg in stropts.spl…