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

Function startApiExerciser

module/common/APIExerciser.py:32–34  ·  view source on GitHub ↗
(core, n)

Source from the content-addressed store, hash-verified

30
31
32def startApiExerciser(core, n):
33 for i in range(n):
34 APIExerciser(core).start()
35
36class APIExerciser(Thread):
37

Callers

nothing calls this directly

Calls 2

APIExerciserClass · 0.85
startMethod · 0.45

Tested by

no test coverage detected