MCPcopy
hub / github.com/Tencent/CodeAnalysis / exception

Method exception

client/util/logutil.py:36–37  ·  view source on GitHub ↗
(msg, *args, **kwargs)

Source from the content-addressed store, hash-verified

34
35 @staticmethod
36 def exception(msg, *args, **kwargs):
37 logger.exception(msg, *args, exc_info=True, **kwargs)
38
39 @staticmethod
40 def print_logo():

Callers 15

__retry_updateMethod · 0.80
filte_workerMethod · 0.80
blame_workerMethod · 0.80
_get_ignore_commentsMethod · 0.80
update_task_progressMethod · 0.80
get_tool_display_nameMethod · 0.80
__get_file_ownersMethod · 0.80
runMethod · 0.80
runMethod · 0.80
analyzeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected