template format(s: PyStr; argKw: varargs[untyped]): PyStr
template format[T](value: T; format_spec: PyStr = ""): PyStr
template format_map(s: PyStr; map): PyStr