Searched refs:name_fmt (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/units/ |
D | io.hpp | 111 …name_fmt = 1, /// output full unit names for base and derived units, for example "meter". enumerator 211 (set_format)(ios, name_fmt); in name_format() 802 case name_fmt: do_print(*os, Prefix::name()); break; in operator ()() 869 case name_fmt: do_print(os, maybe_parenthesize(Unit(), format_name_impl())); break; in do_print_prefixed_impl() 1032 else if (units::get_format(os) == name_fmt) in operator <<()
|
/third_party/python/Lib/test/ |
D | pythoninfo.py | 49 def copy_attributes(info_add, obj, name_fmt, attributes, *, formatter=None): argument 54 name = name_fmt % attr
|