Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dstring.py195 auto_arg_index=0): argument
213 if auto_arg_index is False:
217 field_name = str(auto_arg_index)
218 auto_arg_index += 1
220 if auto_arg_index:
226 auto_arg_index = False
237 format_spec, auto_arg_index = self._vformat(
240 auto_arg_index=auto_arg_index)
245 return ''.join(result), auto_arg_index