MCPcopy Create free account
hub / github.com/mhammond/pywin32 / GetItem

Method GetItem

Pythonwin/ddeitem.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5
6PythonDDEStringItem *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.
12PyObject *PyDDEStringItem_SetData(PyObject *self, PyObject *args)

Callers 5

PyCTreeCtrl_GetItemFunction · 0.45
PyCListCtrl_GetItemFunction · 0.45
OnListEndLabelEditMethod · 0.45
DeleteSelectedMethod · 0.45
OnNotifyListControlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected