Home
last modified time | relevance | path

Searched defs:format_spec (Results 1 – 25 of 27) 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/Objects/clinic/
Dcomplexobject.c.h56 PyObject *format_spec; in complex___format__() local
Dtypeobject.c.h195 PyObject *format_spec; in object___format__() local
Dfloatobject.c.h375 PyObject *format_spec; in float___format__() local
Dlongobject.c.h74 PyObject *format_spec; in int___format__() local
Dunicodeobject.c.h1228 PyObject *format_spec; in unicode___format__() local
/third_party/python/Python/
Dformatter_unicode.c165 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()
Dbltinmodule.c698 builtin_format_impl(PyObject *module, PyObject *value, PyObject *format_spec) in builtin_format_impl()
DPython-ast.c2967 _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/
Dstring.py234 def format_field(self, value, format_spec): argument
Denum.py764 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.py1038 def __format__(self, format_spec): argument
1044 def __format__(self, format_spec): argument
1048 def __format__(self, format_spec): argument
Dtest_string.py126 def format_field(self, value, format_spec): argument
Dtest_builtin.py1743 def __format__(self, format_spec): argument
1752 def __format__(self, format_spec): argument
1785 def __format__(self, format_spec): argument
Dtest_types.py227 def test(i, format_spec, result): argument
424 def test(f, format_spec, result): argument
Ddatetimetester.py1514 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/
Dbltinmodule.c.h95 PyObject *format_spec = NULL; in builtin_format() local
/third_party/python/Objects/
Dcomplexobject.c679 complex___format___impl(PyComplexObject *self, PyObject *format_spec) in complex___format___impl()
Dfloatobject.c1844 float___format___impl(PyObject *self, PyObject *format_spec) in float___format___impl()
Dabstract.c767 PyObject_Format(PyObject *obj, PyObject *format_spec) in PyObject_Format()
Dlongobject.c5040 int___format___impl(PyObject *self, PyObject *format_spec) in int___format___impl()
/third_party/python/Parser/
Dstring_parser.c535 expr_ty format_spec = NULL; /* Optional format specifier. */ in fstring_find_expr() local
/third_party/python/Include/internal/
Dpycore_ast_state.h187 PyObject *format_spec; member
Dpycore_ast.h432 expr_ty format_spec; member

12