Lines Matching refs:PyErr_Format
99 PyErr_Format(PyExc_TypeError, "missing '%s' attribute", attr); in get_C_ptr()
103 PyErr_Format(PyExc_TypeError, "'%s' attribute is not Int or Long", attr); in get_C_ptr()
123 PyErr_Format(PyExc_TypeError, "missing '%s' attribute", attr); in pcall()
151 PyErr_Format(PyExc_TypeError, "wrong result from '%s'!", attr); in pcall()
217 PyErr_Format(PyExc_TypeError, "wrong result (invalid tuple)"); in get_x_range_ops()
269 PyErr_Format(PyExc_TypeError, "wrong result (invalid tuple)"); in get_x_ops()
329 PyErr_Format(PyExc_TypeError, "wrong result (invalid tuple)"); in ask_dB_vol_ops()
433 PyErr_Format(PyExc_TypeError, "wrong result (invalid tuple)"); in enum_item_name_ops()
465 PyErr_Format(PyExc_TypeError, "wrong result (invalid tuple)"); in get_enum_item_ops()
589 …PyErr_Format(PyExc_RuntimeError, "Cannot attach hcontrol element to mixer element: %s", snd_strerr… in pymelem_attach()
609 …PyErr_Format(PyExc_RuntimeError, "Cannot detach hcontrol element to mixer element: %s", snd_strerr… in pymelem_detach()
735 PyErr_Format(PyExc_RuntimeError, "Cannot attach hctl: %s", snd_strerror(err)); in pymixer_attach_hctl()
760 PyErr_Format(PyExc_RuntimeError, "Cannot register mixer: %s", snd_strerror(err)); in pymixer_register()
799 PyErr_Format(PyExc_RuntimeError, "Cannot find class '%s'", class); in pymixer_melement_new()
817 PyErr_Format(PyExc_RuntimeError, "Cannot add mixer element: %s", snd_strerror(err)); in pymixer_melement_add()