Searched refs:fmt_one (Results 1 – 1 of 1) sorted by relevance
160 def format_each(fmt_one): argument162 return "({})".format(", ".join(fmt_one.format(i) for i in it))
Completed in 4 milliseconds