Home
last modified time | relevance | path

Searched defs:format_spec (Results 1 – 25 of 26) sorted by relevance

12

/third_party/python/Objects/stringlib/
Dunicode_format.h498 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/
Dformatter_unicode.c165 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()
Dbltinmodule.c673 builtin_format_impl(PyObject *module, PyObject *value, PyObject *format_spec) in builtin_format_impl()
DPython-ast.c171 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
Dast.c4915 expr_ty format_spec = NULL; /* Optional format specifier. */ in fstring_find_expr() local
/third_party/python/Objects/clinic/
Dtypeobject.c.h200 PyObject *format_spec; in object___format__() local
Dlongobject.c.h74 PyObject *format_spec; in int___format__() local
Dfloatobject.c.h375 PyObject *format_spec; in float___format__() local
Dunicodeobject.c.h1273 PyObject *format_spec; in unicode___format__() local
/third_party/python/Lib/
Dstring.py234 def format_field(self, value, format_spec): argument
Denum.py726 def __format__(self, format_spec): argument
D_pydecimal.py6173 def _parse_format_specifier(format_spec, _localeconv=None): argument
/third_party/python/Lib/test/
Dtest_unicode.py1008 def __format__(self, format_spec): argument
1014 def __format__(self, format_spec): argument
1018 def __format__(self, format_spec): argument
Dtest_string.py126 def format_field(self, value, format_spec): argument
Dtest_builtin.py1633 def __format__(self, format_spec): argument
1642 def __format__(self, format_spec): argument
1675 def __format__(self, format_spec): argument
Dtest_types.py210 def test(i, format_spec, result): argument
407 def test(f, format_spec, result): argument
Ddatetimetester.py1514 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/
Dbltinmodule.c.h95 PyObject *format_spec = NULL; in builtin_format() local
/third_party/python/Parser/pegen/
Dparse_string.c545 expr_ty format_spec = NULL; /* Optional format specifier. */ in fstring_find_expr() local
/third_party/python/Objects/
Dcomplexobject.c715 PyObject *format_spec; in complex__format__() local
Dfloatobject.c1798 float___format___impl(PyObject *self, PyObject *format_spec) in float___format___impl()
Dabstract.c759 PyObject_Format(PyObject *obj, PyObject *format_spec) in PyObject_Format()
Dlongobject.c5212 int___format___impl(PyObject *self, PyObject *format_spec) in int___format___impl()
Dtypeobject.c4819 object___format___impl(PyObject *self, PyObject *format_spec) in object___format___impl()
/third_party/python/Include/
DPython-ast.h326 expr_ty format_spec; member

12