MCPcopy Create free account
hub / github.com/RichardErkhov/FastFaceSwap / run

Method run

utils.py:215–217  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

213 Thread.__init__(self, group, target, name, args, kwargs)
214 self._return = None
215 def run(self):
216 if self._target is not None:
217 self._return = self._target(*self._args, **self._kwargs)
218 def join(self, *args):
219 Thread.join(self, *args)
220 return self._return

Callers 6

forwardMethod · 0.45
getMethod · 0.45
benchmarkFunction · 0.45
add_audio_from_videoFunction · 0.45
forwardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected