MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / event

Method event

tools/python-3.11.9-amd64/Lib/msilib/__init__.py:424–427  ·  view source on GitHub ↗
(self, event, argument, condition = "1", ordering = None)

Source from the content-addressed store, hash-verified

422 self.name = name
423
424 def event(self, event, argument, condition = "1", ordering = None):
425 add_data(self.dlg.db, "ControlEvent",
426 [(self.dlg.name, self.name, event, argument,
427 condition, ordering)])
428
429 def mapping(self, event, attribute):
430 add_data(self.dlg.db, "EventMapping",

Callers

nothing calls this directly

Calls 1

add_dataFunction · 0.85

Tested by

no test coverage detected