/external/python/parse_type/parse_type/ |
D | parse_util.py | 53 def format_spec(self): member in Field 78 def make_format(format_spec): argument
|
/external/python/cpython3/Objects/stringlib/ |
D | unicode_format.h | 500 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/ |
D | formatter_unicode.c | 150 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()
|
D | ast_opt.c | 372 expr_ty format_spec = NULL; in parse_format() local
|
/external/python/markupsafe/src/markupsafe/ |
D | __init__.py | 181 def __html_format__(self, format_spec): argument 222 def format_field(self, value, format_spec): argument
|
/external/python/cpython3/Objects/clinic/ |
D | complexobject.c.h | 62 PyObject *format_spec; in complex___format__() local
|
D | typeobject.c.h | 217 PyObject *format_spec; in object___format__() local
|
D | floatobject.c.h | 309 PyObject *format_spec; in float___format__() local
|
D | longobject.c.h | 105 PyObject *format_spec; in int___format__() local
|
D | unicodeobject.c.h | 1769 PyObject *format_spec; in unicode___format__() local
|
/external/python/markupsafe/tests/ |
D | test_markupsafe.py | 122 def __html_format__(self, format_spec): argument
|
/external/pigweed/pw_format/rust/pw_format/ |
D | core_fmt.rs | 153 fn format_spec(input: &str) -> IResult<&str, ConversionSpec> { in format_spec() function
|
/external/python/cpython3/Lib/ |
D | string.py | 263 def format_field(self, value, format_spec): argument
|
D | fractions.py | 565 def __format__(self, format_spec, /): argument
|
D | enum.py | 1305 def __format__(self, format_spec): argument
|
/external/python/cpython3/Lib/test/ |
D | test_str.py | 1118 def __format__(self, format_spec): argument 1124 def __format__(self, format_spec): argument 1128 def __format__(self, format_spec): argument
|
D | test_string.py | 126 def format_field(self, value, format_spec): argument
|
D | test_builtin.py | 1997 def __format__(self, format_spec): argument 2006 def __format__(self, format_spec): argument 2039 def __format__(self, format_spec): argument
|
D | test_fstring.py | 838 def __format__(self, format_spec): argument
|
D | test_types.py | 234 def test(i, format_spec, result): argument 431 def test(f, format_spec, result): argument
|
D | datetimetester.py | 1548 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__.py | 689 def __format__(self, format_spec): argument
|
/external/python/cpython3/Objects/ |
D | complexobject.c | 703 complex___format___impl(PyComplexObject *self, PyObject *format_spec) in complex___format___impl()
|
/external/pytorch/torch/ |
D | _tensor.py | 1048 def __format__(self, format_spec): argument
|
/external/python/cpython3/Python/clinic/ |
D | bltinmodule.c.h | 206 PyObject *format_spec = NULL; in builtin_format() local
|