MCPcopy Index your code
hub / github.com/pyload/pyload / run

Function run

module/plugins/internal/misc.py:237–238  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

235
236def threaded(fn):
237 def run(*args, **kwargs):
238 hookManager.startThread(fn, *args, **kwargs)
239
240 return run
241

Callers

nothing calls this directly

Calls 1

startThreadMethod · 0.80

Tested by

no test coverage detected