Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_request
Function · 0.45
get_token_list
Function · 0.45
get_logprobs_list
Function · 0.45
get_probs_list
Function · 0.45
__init__
Method · 0.45
logger.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected