Searched refs:other_fields (Results 1 – 2 of 2) sorted by relevance
21 extracted_fields, other_fields = extract_fields_from_arg_list(25 assert other_fields == ["FIELD2=value2", "FIELD3=value3"]32 extracted_fields, other_fields = extract_fields_from_arg_list(36 assert other_fields == ["arg1", "arg2", "arg3" ]42 extracted_fields, other_fields = extract_fields_from_arg_list(46 assert other_fields == ["arg1", "arg2", "arg3" ]
22 other_fields: list[str] = []34 other_fields.append(field)41 other_fields.append(field)43 return extracted_fields, other_fields