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

Method error

tests/cache_manager/test_cache_messager.py:112–113  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

110 self.messages.append(("debug", msg))
111
112 def error(self, msg):
113 self.messages.append(("error", msg))
114
115
116class _DummySignalValue:

Callers 7

send_requestFunction · 0.45
get_stream_chunksFunction · 0.45
get_token_listFunction · 0.45
get_logprobs_listFunction · 0.45
get_probs_listFunction · 0.45
__init__.pyFile · 0.45
logger.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected