MCPcopy
hub / github.com/IPADS-SAI/MobiAgent / error

Method error

MobiFlow/avdag/logger.py:80–82  ·  view source on GitHub ↗

记录错误信息

(self, msg: str, *args, **kwargs)

Source from the content-addressed store, hash-verified

78 self._logger.critical(msg, *args, **kwargs)
79
80 def error(self, msg: str, *args, **kwargs):
81 """记录错误信息"""
82 self._logger.error(msg, *args, **kwargs)
83
84 def warning(self, msg: str, *args, **kwargs):
85 """记录警告信息"""

Callers 15

save_configMethod · 0.80
get_model_pathMethod · 0.80
get_model_infoMethod · 0.80
_initialize_enginesMethod · 0.80
_get_paddle_instanceMethod · 0.80
runMethod · 0.80
load_icon_templateMethod · 0.80
detect_iconMethod · 0.80

Calls

no outgoing calls

Tested by 7

__init__Method · 0.64
_validate_configMethod · 0.64
test_api_endpointMethod · 0.64
test_model_inferenceMethod · 0.64