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

Method condition

tools/python-3.11.9-amd64/Lib/msilib/__init__.py:433–435  ·  view source on GitHub ↗
(self, action, condition)

Source from the content-addressed store, hash-verified

431 [(self.dlg.name, self.name, event, attribute)])
432
433 def condition(self, action, condition):
434 add_data(self.dlg.db, "ControlCondition",
435 [(self.dlg.name, self.name, action, condition)])
436
437class RadioButtonGroup(Control):
438 def __init__(self, dlg, name, property):

Callers

nothing calls this directly

Calls 1

add_dataFunction · 0.85

Tested by

no test coverage detected