/external/python/cpython2/Lib/test/ |
D | test_types.py | 297 def test(i, format_spec, result): argument 451 def test(i, format_spec, result): argument 590 def test(f, format_spec, result): argument
|
D | test_str.py | 214 def __format__(self, format_spec): argument 221 def __format__(self, format_spec): argument 225 def __format__(self, format_spec): argument 229 def __format__(self, format_spec): argument
|
D | test_unicode.py | 1392 def __format__(self, format_spec): argument 1399 def __format__(self, format_spec): argument 1403 def __format__(self, format_spec): argument 1407 def __format__(self, format_spec): argument
|
D | test_builtin.py | 1463 def __format__(self, format_spec): argument 1472 def __format__(self, format_spec): argument 1482 def __format__(self, format_spec): argument 1491 def __format__(self, format_spec): argument 1525 def __format__(self, format_spec): argument
|
D | test_string.py | 139 def format_field(self, value, format_spec): argument
|
D | test_datetime.py | 910 def strftime(self, format_spec): argument 1220 def strftime(self, format_spec): argument 1874 def strftime(self, format_spec): argument
|
/external/python/cpython2/Objects/stringlib/ |
D | formatter.h | 169 parse_internal_render_format_spec(STRINGLIB_CHAR *format_spec, in parse_internal_render_format_spec() 1307 STRINGLIB_CHAR *format_spec, in FORMAT_STRING() 1344 STRINGLIB_CHAR *format_spec, in format_int_or_long() 1425 STRINGLIB_CHAR *format_spec, in FORMAT_LONG() 1446 STRINGLIB_CHAR *format_spec, in FORMAT_INT() 1457 STRINGLIB_CHAR *format_spec, in FORMAT_FLOAT() 1505 STRINGLIB_CHAR *format_spec, in FORMAT_COMPLEX()
|
D | string_format.h | 560 render_field(PyObject *fieldobj, SubString *format_spec, OutputString *output) in render_field() 635 parse_field(SubString *str, SubString *field_name, SubString *format_spec, in parse_field() 725 SubString *format_spec, STRINGLIB_CHAR *conversion, in MarkupIterator_next() 882 output_markup(SubString *field_name, SubString *format_spec, in output_markup() 954 SubString format_spec; in do_markup() local 1083 SubString format_spec; in formatteriter_next() local
|
/external/python/cpython3/Objects/stringlib/ |
D | unicode_format.h | 491 render_field(PyObject *fieldobj, SubString *format_spec, _PyUnicodeWriter *writer) in render_field() 545 parse_field(SubString *str, SubString *field_name, SubString *format_spec, in parse_field() 668 SubString *format_spec, Py_UCS4 *conversion, in MarkupIterator_next() 797 output_markup(SubString *field_name, SubString *format_spec, in output_markup() 868 SubString format_spec; in do_markup() local 995 SubString format_spec; in formatteriter_next() local
|
/external/python/cpython3/Python/ |
D | formatter_unicode.c | 163 parse_internal_render_format_spec(PyObject *format_spec, in parse_internal_render_format_spec() 1412 PyObject *format_spec, in _PyUnicode_FormatAdvancedWriter() 1448 PyObject *format_spec, in _PyLong_FormatAdvancedWriter() 1511 PyObject *format_spec, in _PyFloat_FormatAdvancedWriter() 1550 PyObject *format_spec, in _PyComplex_FormatAdvancedWriter()
|
D | bltinmodule.c | 595 builtin_format_impl(PyObject *module, PyObject *value, PyObject *format_spec) in builtin_format_impl()
|
/external/python/cpython3/Lib/ |
D | string.py | 259 def format_field(self, value, format_spec): argument
|
D | enum.py | 564 def __format__(self, format_spec): argument
|
/external/python/cpython3/Lib/test/ |
D | test_string.py | 127 def format_field(self, value, format_spec): argument
|
D | test_builtin.py | 1389 def __format__(self, format_spec): argument 1398 def __format__(self, format_spec): argument 1431 def __format__(self, format_spec): argument
|
D | test_unicode.py | 984 def __format__(self, format_spec): argument 990 def __format__(self, format_spec): argument 994 def __format__(self, format_spec): argument
|
D | test_types.py | 210 def test(i, format_spec, result): argument 407 def test(f, format_spec, result): argument
|
D | datetimetester.py | 1266 def strftime(self, format_spec): argument 1625 def strftime(self, format_spec): argument 2471 def strftime(self, format_spec): argument
|
/external/python/cpython3/Python/clinic/ |
D | bltinmodule.c.h | 93 PyObject *format_spec = NULL; in builtin_format() local
|
/external/python/cpython2/Lib/ |
D | string.py | 612 def format_field(self, value, format_spec): argument
|
/external/python/cpython3/Objects/ |
D | complexobject.c | 705 PyObject *format_spec; in complex__format__() local
|
D | floatobject.c | 1748 PyObject *format_spec; in float__format__() local
|
/external/python/cpython2/Objects/ |
D | complexobject.c | 909 PyObject *format_spec; in complex__format__() local
|
D | intobject.c | 1255 PyObject *format_spec; in int__format__() local
|
D | floatobject.c | 1995 PyObject *format_spec; in float__format__() local
|