src/pylib/pystring/format

Search:
Group by:
Source   Edit  

Templates

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

Source   Edit  
template format[T](value: T; format_spec: PyStr = ""): PyStr
builtins.format Source   Edit