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

Function add_tables

tools/python-3.11.9-amd64/Lib/msilib/__init__.py:175–177  ·  view source on GitHub ↗
(db, module)

Source from the content-addressed store, hash-verified

173 return db
174
175def add_tables(db, module):
176 for table in module.tables:
177 add_data(db, table, getattr(module, table))
178
179def make_id(str):
180 identifier_chars = string.ascii_letters + string.digits + "._"

Callers

nothing calls this directly

Calls 1

add_dataFunction · 0.85

Tested by

no test coverage detected