Searched refs:PyObject_Format (Results 1 – 11 of 11) sorted by relevance
363 PyAPI_FUNC(PyObject *) PyObject_Format(PyObject *obj,
536 result = PyObject_Format(fieldobj, format_spec_object); in render_field()
439 EXPORT_FUNC(PyObject_Format)
483 function,PyObject_Format,3.2,
701 return PyObject_Format(value, format_spec); in builtin_format_impl()
4389 result = PyObject_Format(value, fmt_spec); in _PyEval_EvalFrameDefault()
1057 function PyObject_Format
767 PyObject_Format(PyObject *obj, PyObject *format_spec) in PyObject_Format() function
1235 Formatting is performed using :c:func:`PyObject_Format`. The
332 Objects/abstract.c:PyObject_Format():PyId___format__ _Py_IDENTIFIER(__format__)
1872 Objects/abstract.c PyObject_Format PyId___format__ -