MCPcopy Index your code
hub / github.com/Tencent/CodeAnalysis / warning

Method warning

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

Source from the content-addressed store, hash-verified

26
27 @staticmethod
28 def warning(msg, *args, **kwargs):
29 logger.warning(msg, *args, **kwargs)
30
31 @staticmethod
32 def error(msg, *args, **kwargs):

Callers 15

__check_encodingMethod · 0.80
__init__Method · 0.80
runMethod · 0.80
__retry_checkoutMethod · 0.80
__init__Method · 0.80
filte_workerMethod · 0.80
set_default_configMethod · 0.80
__get_regex_pathsMethod · 0.80
get_resultMethod · 0.80
kill_scc_processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected