/third_party/python/Objects/stringlib/ |
D | unicode_format.h | 498 render_field(PyObject *fieldobj, SubString *format_spec, _PyUnicodeWriter *writer) in render_field() 552 parse_field(SubString *str, SubString *field_name, SubString *format_spec, in parse_field() 675 SubString *format_spec, Py_UCS4 *conversion, in MarkupIterator_next() 804 output_markup(SubString *field_name, SubString *format_spec, in output_markup() 875 SubString format_spec; in do_markup() local 1002 SubString format_spec; in formatteriter_next() local
|
/third_party/python/Python/ |
D | formatter_unicode.c | 165 parse_internal_render_format_spec(PyObject *format_spec, in parse_internal_render_format_spec() 1424 PyObject *format_spec, in _PyUnicode_FormatAdvancedWriter() 1460 PyObject *format_spec, in _PyLong_FormatAdvancedWriter() 1522 PyObject *format_spec, in _PyFloat_FormatAdvancedWriter() 1561 PyObject *format_spec, in _PyComplex_FormatAdvancedWriter()
|
D | bltinmodule.c | 673 builtin_format_impl(PyObject *module, PyObject *value, PyObject *format_spec) in builtin_format_impl()
|
D | Python-ast.c | 171 PyObject *format_spec; member 2961 FormattedValue(expr_ty value, int conversion, expr_ty format_spec, int lineno, in FormattedValue() 8018 expr_ty format_spec; in obj2ast_expr() local
|
D | ast.c | 4915 expr_ty format_spec = NULL; /* Optional format specifier. */ in fstring_find_expr() local
|
/third_party/python/Objects/clinic/ |
D | typeobject.c.h | 200 PyObject *format_spec; in object___format__() local
|
D | longobject.c.h | 74 PyObject *format_spec; in int___format__() local
|
D | floatobject.c.h | 375 PyObject *format_spec; in float___format__() local
|
D | unicodeobject.c.h | 1273 PyObject *format_spec; in unicode___format__() local
|
/third_party/python/Lib/ |
D | string.py | 234 def format_field(self, value, format_spec): argument
|
D | enum.py | 726 def __format__(self, format_spec): argument
|
D | _pydecimal.py | 6173 def _parse_format_specifier(format_spec, _localeconv=None): argument
|
/third_party/python/Lib/test/ |
D | test_unicode.py | 1008 def __format__(self, format_spec): argument 1014 def __format__(self, format_spec): argument 1018 def __format__(self, format_spec): argument
|
D | test_string.py | 126 def format_field(self, value, format_spec): argument
|
D | test_builtin.py | 1633 def __format__(self, format_spec): argument 1642 def __format__(self, format_spec): argument 1675 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 | 1514 def strftime(self, format_spec): argument 2085 def strftime(self, format_spec): argument 3309 def strftime(self, format_spec): argument
|
/third_party/python/Python/clinic/ |
D | bltinmodule.c.h | 95 PyObject *format_spec = NULL; in builtin_format() local
|
/third_party/python/Parser/pegen/ |
D | parse_string.c | 545 expr_ty format_spec = NULL; /* Optional format specifier. */ in fstring_find_expr() local
|
/third_party/python/Objects/ |
D | complexobject.c | 715 PyObject *format_spec; in complex__format__() local
|
D | floatobject.c | 1798 float___format___impl(PyObject *self, PyObject *format_spec) in float___format___impl()
|
D | abstract.c | 759 PyObject_Format(PyObject *obj, PyObject *format_spec) in PyObject_Format()
|
D | longobject.c | 5212 int___format___impl(PyObject *self, PyObject *format_spec) in int___format___impl()
|
D | typeobject.c | 4819 object___format___impl(PyObject *self, PyObject *format_spec) in object___format___impl()
|
/third_party/python/Include/ |
D | Python-ast.h | 326 expr_ty format_spec; member
|