MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / multi

Method multi

tests/scheduler/test_splitwise_scheduler.py:54–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 return None
53
54 def multi(self) -> "_FakePipeline":
55 return self
56
57 def lpush(self, key: str, *values: Any) -> "_FakePipeline":
58 self._commands.append(("lpush", (key, values)))

Callers 4

rpushMethod · 0.45
zincrbyMethod · 0.45
lpopMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected