Home
last modified time | relevance | path

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

12

/external/python/parse_type/parse_type/
Dparse_util.py53 def format_spec(self): member in Field
78 def make_format(format_spec): argument
/external/python/cpython3/Objects/stringlib/
Dunicode_format.h500 render_field(PyObject *fieldobj, SubString *format_spec, _PyUnicodeWriter *writer) in render_field()
554 parse_field(SubString *str, SubString *field_name, SubString *format_spec, in parse_field()
677 SubString *format_spec, Py_UCS4 *conversion, in MarkupIterator_next()
806 output_markup(SubString *field_name, SubString *format_spec, in output_markup()
876 SubString format_spec; in do_markup() local
999 SubString format_spec; in formatteriter_next() local
/external/python/cpython3/Python/
Dformatter_unicode.c150 PyObject *format_spec, in parse_internal_render_format_spec()
1453 PyObject *format_spec, in _PyUnicode_FormatAdvancedWriter()
1489 PyObject *format_spec, in _PyLong_FormatAdvancedWriter()
1551 PyObject *format_spec, in _PyFloat_FormatAdvancedWriter()
1590 PyObject *format_spec, in _PyComplex_FormatAdvancedWriter()
Dast_opt.c372 expr_ty format_spec = NULL; in parse_format() local
/external/python/markupsafe/src/markupsafe/
D__init__.py181 def __html_format__(self, format_spec): argument
222 def format_field(self, value, format_spec): argument
/external/python/cpython3/Objects/clinic/
Dcomplexobject.c.h62 PyObject *format_spec; in complex___format__() local
Dtypeobject.c.h217 PyObject *format_spec; in object___format__() local
Dfloatobject.c.h309 PyObject *format_spec; in float___format__() local
Dlongobject.c.h105 PyObject *format_spec; in int___format__() local
Dunicodeobject.c.h1769 PyObject *format_spec; in unicode___format__() local
/external/python/markupsafe/tests/
Dtest_markupsafe.py122 def __html_format__(self, format_spec): argument
/external/pigweed/pw_format/rust/pw_format/
Dcore_fmt.rs153 fn format_spec(input: &str) -> IResult<&str, ConversionSpec> { in format_spec() function
/external/python/cpython3/Lib/
Dstring.py263 def format_field(self, value, format_spec): argument
Dfractions.py565 def __format__(self, format_spec, /): argument
Denum.py1305 def __format__(self, format_spec): argument
/external/python/cpython3/Lib/test/
Dtest_str.py1118 def __format__(self, format_spec): argument
1124 def __format__(self, format_spec): argument
1128 def __format__(self, format_spec): argument
Dtest_string.py126 def format_field(self, value, format_spec): argument
Dtest_builtin.py1997 def __format__(self, format_spec): argument
2006 def __format__(self, format_spec): argument
2039 def __format__(self, format_spec): argument
Dtest_fstring.py838 def __format__(self, format_spec): argument
Dtest_types.py234 def test(i, format_spec, result): argument
431 def test(f, format_spec, result): argument
Ddatetimetester.py1548 def strftime(self, format_spec): argument
2173 def strftime(self, format_spec): argument
3700 def strftime(self, format_spec): argument
/external/python/enum34/enum/
D__init__.py689 def __format__(self, format_spec): argument
/external/python/cpython3/Objects/
Dcomplexobject.c703 complex___format___impl(PyComplexObject *self, PyObject *format_spec) in complex___format___impl()
/external/pytorch/torch/
D_tensor.py1048 def __format__(self, format_spec): argument
/external/python/cpython3/Python/clinic/
Dbltinmodule.c.h206 PyObject *format_spec = NULL; in builtin_format() local

12