Home
last modified time | relevance | path

Searched refs:_PyObject_CallMethodFormat (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_call.h33 extern PyObject * _PyObject_CallMethodFormat(
/external/python/cpython3/Objects/
Dcall.c709 PyObject * _PyObject_CallMethodFormat(PyThreadState *tstate, PyObject *callable, in _PyObject_CallMethodFormat() function
/external/python/cpython3/Python/
Dtraceback.c366 binary = _PyObject_CallMethodFormat(tstate, open, "ss", namebuf, "rb"); in _Py_FindSourceFile()