Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
rpush
Method · 0.45
zincrby
Method · 0.45
lpop
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected