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

Method get

tests/cache_manager/test_cache_messager.py:388–392  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

386 self.called = False
387
388 def get(self):
389 if self.called:
390 raise SystemExit
391 self.called = True
392 return [(0, 64)]
393
394 dummy_queue = _DummyEngineWorkerQueue()
395 monkeypatch.setattr(cache_messager, "EngineWorkerQueue", lambda *args, **kwargs: dummy_queue)

Callers 15

get_base_portFunction · 0.45
get_available_portFunction · 0.45
is_server_runningFunction · 0.45
wait_for_inferFunction · 0.45
stress_tools.pyFile · 0.45
load_dataFunction · 0.45
workerFunction · 0.45
test_top_p_exceed_1Function · 0.45
test_stop_seq_exceed_numFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected