Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dstring.py243 result.append(self.format_field(obj, format_spec))
259 def format_field(self, value, format_spec): member in Formatter
/external/python/cpython2/Lib/
Dstring.py596 result.append(self.format_field(obj, format_spec))
612 def format_field(self, value, format_spec): member in Formatter
/external/python/cpython2/Lib/test/
Dtest_string.py139 def format_field(self, value, format_spec): member in ModuleTest.test_formatter.CallFormatter
/external/python/cpython3/Lib/test/
Dtest_string.py126 def format_field(self, value, format_spec): member in ModuleTest.test_override_format_field.CallFormatter
/external/python/cpython3/Doc/library/
Dstring.rst171 .. method:: format_field(value, format_spec)
173 :meth:`format_field` simply calls the global :func:`format` built-in. The
/external/python/cpython2/Doc/library/
Dstring.rst199 .. method:: format_field(value, format_spec)
201 :meth:`format_field` simply calls the global :func:`format` built-in. The