Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dabstract.h623 PyAPI_FUNC(PyObject *) PyObject_Format(PyObject* obj,
/external/python/cpython2/Objects/stringlib/
Dstring_format.h605 result = PyObject_Format(fieldobj, format_spec_object); in render_field()
/external/python/cpython2/Python/
Dbltinmodule.c370 return PyObject_Format(value, format_spec); in builtin_format()
/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/cpython2/Misc/
DNEWS10462 PyObject_Format().