Home
last modified time | relevance | path

Searched refs:format_string (Results 1 – 2 of 2) sorted by relevance

/test/vti/test_serving/gae/webapp/src/testing/
Dunittest_base.py296 format_string = "{0:07d}"
306 return format_string.format(latest_build_id + 1)
308 return format_string.format(1)
/test/framework/harnesses/host_controller/
Dconsole.py453 def FormatString(self, format_string): argument
531 return re.sub("{([^}]+)}", ReplaceVariable, format_string)