Searched refs:error_fmt (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/distutils/ |
D | cmd.py | 244 def _ensure_tested_string(self, option, tester, what, error_fmt, argument 248 raise DistutilsOptionError(("error in '%s' option: " + error_fmt)
|
/external/python/cpython2/Lib/distutils/ |
D | cmd.py | 254 what, error_fmt, default=None): argument 258 ("error in '%s' option: " + error_fmt) % (option, val)
|
/external/bcc/tests/lua/ |
D | luaunit.lua | 587 local function error_fmt(level, ...) function 660 … error_fmt(3, 'almostEquals: must supply only number arguments.\nArguments supplied: %s, %s, %s',
|