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

Method append

tools/python-3.11.9-amd64/Lib/msilib/__init__.py:206–213  ·  view source on GitHub ↗
(self, full, file, logical)

Source from the content-addressed store, hash-verified

204 return logical
205
206 def append(self, full, file, logical):
207 if os.path.isdir(full):
208 return
209 if not logical:
210 logical = self.gen_id(file)
211 self.index += 1
212 self.files.append((full, logical))
213 return self.index, logical
214
215 def commit(self, db):
216 from tempfile import mktemp

Callers 15

add_fieldMethod · 0.45
sqlMethod · 0.45
add_fileMethod · 0.45
get_all_start_methodsMethod · 0.45
duplicate_for_childMethod · 0.45
_launchMethod · 0.45
putMethod · 0.45
_finalize_closeMethod · 0.45
putMethod · 0.45
ensure_runningMethod · 0.45
acceptMethod · 0.45
_exhaustive_waitFunction · 0.45

Calls 2

gen_idMethod · 0.95
isdirMethod · 0.45

Tested by

no test coverage detected