Searched refs:list2init (Results 1 – 1 of 1) sorted by relevance
754 return list2init(f"{val} /* {hex(val)} */" for val in prop.val)757 return list2init(quote_str(val) for val in prop.val)979 def list2init(l: Iterable[str]) -> str: function