| 4 | |
| 5 | |
| 6 | PythonDDEStringItem *PyDDEStringItem::GetItem (PyObject *self) |
| 7 | { |
| 8 | return (PythonDDEStringItem *)ui_assoc_object::GetGoodCppObject( self, &type); |
| 9 | } |
| 10 | |
| 11 | // @pymethod |PyDDEStringItem|SetData|Sets an items data, and causes any underlying notification. |
| 12 | PyObject *PyDDEStringItem_SetData(PyObject *self, PyObject *args) |
no outgoing calls
no test coverage detected