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

Method info

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

Source from the content-addressed store, hash-verified

104 self.messages = []
105
106 def info(self, msg):
107 self.messages.append(("info", msg))
108
109 def debug(self, msg):
110 self.messages.append(("debug", msg))

Callers 6

send_requestFunction · 0.45
get_token_listFunction · 0.45
get_logprobs_listFunction · 0.45
get_probs_listFunction · 0.45
__init__Method · 0.45
logger.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected