Lines Matching defs:data
380 PyObject *data);
387 PyObject *data;
396 data = args[1];
397 return_value = _msi_SummaryInformation_SetProperty_impl(self, field, data);
484 "Modify($self, kind, data, /)\n"
491 " data\n"
492 " a record describing the new data");
498 _msi_View_Modify_impl(msiobj *self, int kind, PyObject *data);
505 PyObject *data;
514 data = args[1];
515 return_value = _msi_View_Modify_impl(self, kind, data);