Searched refs:kv_str (Results 1 – 3 of 3) sorted by relevance
75 def parse_numpy_printoption(kv_str): argument88 k_v_str = kv_str.split("=", 1)90 raise argparse.ArgumentTypeError("'%s' is not in the form k=v." % kv_str)
13 def _ParseKeyValuePairs(kv_str): argument17 kv_pairs = shlex.split(kv_str)19 raise ValueError('Uneven number of key/value pairs. Got %s' % kv_str)
96 for (const string& kv_str : kv_split) { in ParseOutput() local98 str_util::Split(kv_str, "=", str_util::SkipEmpty()); in ParseOutput()