MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / importFitsFromFileWorkerFunc

Method importFitsFromFileWorkerFunc

service/port/port.py:107–108  ·  view source on GitHub ↗
(paths, progress)

Source from the content-addressed store, hash-verified

105 pyfalog.debug("Starting import fits thread.")
106
107 def importFitsFromFileWorkerFunc(paths, progress):
108 Port.importFitFromFiles(paths, progress)
109
110 threading.Thread(
111 target=importFitsFromFileWorkerFunc,

Callers

nothing calls this directly

Calls 1

importFitFromFilesMethod · 0.80

Tested by

no test coverage detected