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

Function gen_uuid

tools/python-3.11.9-amd64/Lib/msilib/__init__.py:187–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185 return str
186
187def gen_uuid():
188 return "{"+UuidCreate().upper()+"}"
189
190class CAB:
191 def __init__(self, name):

Callers 2

init_databaseFunction · 0.85
start_componentMethod · 0.85

Calls 1

upperMethod · 0.80

Tested by

no test coverage detected