template format(s: PyStr; argKw: varargs[untyped]): PyStr
str.format
NOTE: s must be static (e.g. a str literal), as this will be expanded at compile-time
template format[T](value: T; format_spec: PyStr = ""): PyStr