Searched refs:PyObject_Format (Results 1 – 13 of 13) sorted by relevance
/external/python/cpython2/Include/ |
D | abstract.h | 623 PyAPI_FUNC(PyObject *) PyObject_Format(PyObject* obj,
|
/external/python/cpython3/Include/ |
D | abstract.h | 582 PyAPI_FUNC(PyObject *) PyObject_Format(PyObject *obj,
|
/external/python/cpython3/PC/ |
D | python3.def | 461 PyObject_Format=python37.PyObject_Format
|
/external/python/cpython2/Objects/stringlib/ |
D | string_format.h | 605 result = PyObject_Format(fieldobj, format_spec_object); in render_field()
|
/external/python/cpython3/Objects/stringlib/ |
D | unicode_format.h | 531 result = PyObject_Format(fieldobj, format_spec_object); in render_field()
|
/external/python/cpython3/Python/ |
D | bltinmodule.c | 703 return PyObject_Format(value, format_spec); in builtin_format_impl()
|
D | ceval.c | 3300 result = PyObject_Format(value, fmt_spec); in _PyEval_EvalFrameDefault()
|
/external/python/cpython3/Objects/ |
D | abstract.c | 698 PyObject_Format(PyObject *obj, PyObject *format_spec) in PyObject_Format() function
|
/external/python/cpython2/Python/ |
D | bltinmodule.c | 369 return PyObject_Format(value, format_spec); in builtin_format()
|
/external/python/cpython2/Objects/ |
D | abstract.c | 724 PyObject_Format(PyObject* obj, PyObject *format_spec) function
|
D | typeobject.c | 3643 result = PyObject_Format(self_as_str, format_spec);
|
/external/python/cpython3/Doc/library/ |
D | dis.rst | 1186 Formatting is performed using :c:func:`PyObject_Format`. The
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6a1.rst | 76 string.Formatter; and the C API PyObject_Format().
|