Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dstring.py170 auto_arg_index=0): argument
188 if auto_arg_index is False:
192 field_name = str(auto_arg_index)
193 auto_arg_index += 1
195 if auto_arg_index:
201 auto_arg_index = False
212 format_spec, auto_arg_index = self._vformat(
215 auto_arg_index=auto_arg_index)
220 return ''.join(result), auto_arg_index