MCPcopy Index your code
hub / github.com/PaddlePaddle/FastDeploy / start

Method start

tests/entrypoints/test_llm.py:104–105  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

102 self.target = target
103
104 def start(self):
105 return None
106
107 monkeypatch.setattr(llm_module, "deprecated_kwargs_warning", lambda **_: None)
108 monkeypatch.setattr(llm_module, "retrive_model_from_server", lambda model, rev: model)

Callers 15

pre_compile_from_configFunction · 0.45
setup_mocksMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setup_model_runnerMethod · 0.45
setUpClassMethod · 0.45
setUpMethod · 0.45
setUpClassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected