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

Method mapping

tools/python-3.11.9-amd64/Lib/msilib/__init__.py:429–431  ·  view source on GitHub ↗
(self, event, attribute)

Source from the content-addressed store, hash-verified

427 condition, ordering)])
428
429 def mapping(self, event, attribute):
430 add_data(self.dlg.db, "EventMapping",
431 [(self.dlg.name, self.name, event, attribute)])
432
433 def condition(self, action, condition):
434 add_data(self.dlg.db, "ControlCondition",

Callers

nothing calls this directly

Calls 1

add_dataFunction · 0.85

Tested by

no test coverage detected