Searched refs:PyObject_Format (Results 1 – 14 of 14) 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 | 695 PyAPI_FUNC(PyObject *) PyObject_Format(PyObject* obj,
|
/external/python/cpython3/PC/ |
D | python3.def | 461 PyObject_Format=python36.PyObject_Format
|
/external/python/cpython3/Objects/stringlib/ |
D | unicode_format.h | 529 result = PyObject_Format(fieldobj, format_spec_object); in render_field()
|
/external/python/cpython2/Objects/stringlib/ |
D | string_format.h | 605 result = PyObject_Format(fieldobj, format_spec_object); in render_field()
|
/external/python/cpython3/Python/ |
D | bltinmodule.c | 598 return PyObject_Format(value, format_spec); in builtin_format_impl()
|
D | ceval.c | 3475 result = PyObject_Format(value, fmt_spec); in _PyEval_EvalFrameDefault()
|
/external/python/cpython2/Python/ |
D | bltinmodule.c | 370 return PyObject_Format(value, format_spec); in builtin_format()
|
/external/python/cpython3/Doc/library/ |
D | dis.rst | 1079 Formatting is performed using :c:func:`PyObject_Format`. The
|
/external/python/cpython2/Objects/ |
D | abstract.c | 724 PyObject_Format(PyObject* obj, PyObject *format_spec) function
|
D | typeobject.c | 3580 result = PyObject_Format(self_as_str, format_spec);
|
/external/python/cpython3/Objects/ |
D | abstract.c | 671 PyObject_Format(PyObject *obj, PyObject *format_spec) in PyObject_Format() function
|
D | typeobject.c | 4422 result = PyObject_Format(self_as_str, format_spec); in object_format()
|
/external/python/cpython2/Misc/ |
D | NEWS | 10462 PyObject_Format().
|