Home
last modified time | relevance | path

Searched defs:formatstr (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/
Dtest_format.py15 def testformat(formatstr, args, output=None, limit=None, overflowok=False): argument
50 def testcommon(formatstr, args, output=None, limit=None, overflowok=False): argument
74 def test_exc(formatstr, args, exception, excmsg): argument
91 def test_exc_common(formatstr, args, exception, excmsg): argument
/third_party/mksh/
Dvar.c658 formatstr(struct tbl *vp, const char *s) in formatstr() function