Lines Matching refs:PyErr_Format
42 PyErr_Format(PyExc_SystemError, in _Py_CheckFunctionResult()
46 PyErr_Format(PyExc_SystemError, in _Py_CheckFunctionResult()
110 PyErr_Format(PyExc_TypeError, "'%.200s' object is not callable", in _PyObject_FastCallDict()
172 PyErr_Format(PyExc_TypeError, "'%.200s' object is not callable", in _PyObject_FastCallKeywords()
237 PyErr_Format(PyExc_TypeError, "'%.200s' object is not callable", in PyObject_Call()
476 PyErr_Format(PyExc_TypeError, in _PyMethodDef_RawFastCallDict()
491 PyErr_Format(PyExc_TypeError, in _PyMethodDef_RawFastCallDict()
562 PyErr_Format(PyExc_TypeError, in _PyMethodDef_RawFastCallDict()
623 PyErr_Format(PyExc_TypeError, in _PyMethodDef_RawFastCallKeywords()
638 PyErr_Format(PyExc_TypeError, in _PyMethodDef_RawFastCallKeywords()
710 PyErr_Format(PyExc_TypeError, in _PyMethodDef_RawFastCallKeywords()
759 PyErr_Format(PyExc_TypeError, "%.200s() takes no keyword arguments", in cfunction_call_varargs()
1021 PyErr_Format(PyExc_TypeError, in callmethod()