Home
last modified time | relevance | path

Searched refs:PyObject_Format (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Include/
Dabstract.h623 PyAPI_FUNC(PyObject *) PyObject_Format(PyObject* obj,
/external/python/cpython3/Include/
Dabstract.h695 PyAPI_FUNC(PyObject *) PyObject_Format(PyObject* obj,
/external/python/cpython3/PC/
Dpython3.def461 PyObject_Format=python36.PyObject_Format
/external/python/cpython3/Objects/stringlib/
Dunicode_format.h529 result = PyObject_Format(fieldobj, format_spec_object); in render_field()
/external/python/cpython2/Objects/stringlib/
Dstring_format.h605 result = PyObject_Format(fieldobj, format_spec_object); in render_field()
/external/python/cpython3/Python/
Dbltinmodule.c598 return PyObject_Format(value, format_spec); in builtin_format_impl()
Dceval.c3475 result = PyObject_Format(value, fmt_spec); in _PyEval_EvalFrameDefault()
/external/python/cpython2/Python/
Dbltinmodule.c370 return PyObject_Format(value, format_spec); in builtin_format()
/external/python/cpython3/Doc/library/
Ddis.rst1079 Formatting is performed using :c:func:`PyObject_Format`. The
/external/python/cpython2/Objects/
Dabstract.c724 PyObject_Format(PyObject* obj, PyObject *format_spec) function
Dtypeobject.c3580 result = PyObject_Format(self_as_str, format_spec);
/external/python/cpython3/Objects/
Dabstract.c671 PyObject_Format(PyObject *obj, PyObject *format_spec) in PyObject_Format() function
Dtypeobject.c4422 result = PyObject_Format(self_as_str, format_spec); in object_format()
/external/python/cpython2/Misc/
DNEWS10462 PyObject_Format().