MCPcopy Create free account
hub / github.com/locustio/locust / __init__

Method __init__

locust/user/sequential_taskset.py:57–59  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

55 """
56
57 def __init__(self, *args, **kwargs):
58 super().__init__(*args, **kwargs)
59 self._task_cycle = cycle(self.tasks)
60
61 def get_next_task(self):
62 if not self.tasks:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected