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

Method put

tests/scheduler/test_splitwise_scheduler.py:273–274  ·  view source on GitHub ↗
(self, key: str, items: list[bytes])

Source from the content-addressed store, hash-verified

271 self.items: list[tuple[str, list[bytes]]] = []
272
273 def put(self, key: str, items: list[bytes]) -> None:
274 self.items.append((key, items))
275
276
277class SplitWiseSchedulerTestCase(unittest.TestCase):

Callers 7

_producer_procFunction · 0.45
_consumer_procFunction · 0.45
test_normalMethod · 0.45
run_testMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected