Searched refs:_PyObject_CallMethodFormat (Results 1 – 7 of 7) sorted by relevance
33 extern PyObject * _PyObject_CallMethodFormat(
709 PyObject * _PyObject_CallMethodFormat(PyThreadState *tstate, PyObject *callable, in _PyObject_CallMethodFormat() function
366 binary = _PyObject_CallMethodFormat(tstate, open, "ss", namebuf, "rb"); in _Py_FindSourceFile()