/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/Objects/clinic/ |
D | complexobject.c.h | 56 PyObject *format_spec; in complex___format__() local
|
D | typeobject.c.h | 195 PyObject *format_spec; in object___format__() local
|
D | floatobject.c.h | 375 PyObject *format_spec; in float___format__() local
|
D | longobject.c.h | 74 PyObject *format_spec; in int___format__() local
|
D | unicodeobject.c.h | 1228 PyObject *format_spec; in unicode___format__() local
|
/third_party/python/Python/ |
D | formatter_unicode.c | 165 parse_internal_render_format_spec(PyObject *format_spec, in parse_internal_render_format_spec() 1430 PyObject *format_spec, in _PyUnicode_FormatAdvancedWriter() 1466 PyObject *format_spec, in _PyLong_FormatAdvancedWriter() 1528 PyObject *format_spec, in _PyFloat_FormatAdvancedWriter() 1567 PyObject *format_spec, in _PyComplex_FormatAdvancedWriter()
|
D | bltinmodule.c | 698 builtin_format_impl(PyObject *module, PyObject *value, PyObject *format_spec) in builtin_format_impl()
|
D | Python-ast.c | 2967 _PyAST_FormattedValue(expr_ty value, int conversion, expr_ty format_spec, int in _PyAST_FormattedValue() 9001 expr_ty format_spec; in obj2ast_expr() local
|
/third_party/python/Lib/ |
D | string.py | 234 def format_field(self, value, format_spec): argument
|
D | enum.py | 764 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 | 1038 def __format__(self, format_spec): argument 1044 def __format__(self, format_spec): argument 1048 def __format__(self, format_spec): argument
|
D | test_string.py | 126 def format_field(self, value, format_spec): argument
|
D | test_builtin.py | 1743 def __format__(self, format_spec): argument 1752 def __format__(self, format_spec): argument 1785 def __format__(self, format_spec): argument
|
D | test_types.py | 227 def test(i, format_spec, result): argument 424 def test(f, format_spec, result): argument
|
D | datetimetester.py | 1514 def strftime(self, format_spec): argument 2085 def strftime(self, format_spec): argument 3310 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/Objects/ |
D | complexobject.c | 679 complex___format___impl(PyComplexObject *self, PyObject *format_spec) in complex___format___impl()
|
D | floatobject.c | 1844 float___format___impl(PyObject *self, PyObject *format_spec) in float___format___impl()
|
D | abstract.c | 767 PyObject_Format(PyObject *obj, PyObject *format_spec) in PyObject_Format()
|
D | longobject.c | 5040 int___format___impl(PyObject *self, PyObject *format_spec) in int___format___impl()
|
/third_party/python/Parser/ |
D | string_parser.c | 535 expr_ty format_spec = NULL; /* Optional format specifier. */ in fstring_find_expr() local
|
/third_party/python/Include/internal/ |
D | pycore_ast_state.h | 187 PyObject *format_spec; member
|
D | pycore_ast.h | 432 expr_ty format_spec; member
|