MCPcopy Index your code
hub / github.com/dataease/SQLBot / info

Method info

backend/common/utils/utils.py:189–192  ·  view source on GitHub ↗
(msg: str, *args, **kwargs)

Source from the content-addressed store, hash-verified

187
188 @staticmethod
189 def info(msg: str, *args, **kwargs):
190 logger = SQLBotLogUtil._get_logger()
191 if logger.isEnabledFor(logging.INFO):
192 logger._log(logging.INFO, msg, args, **kwargs)
193
194 @staticmethod
195 def warning(msg: str, *args, **kwargs):

Callers 15

lifespanFunction · 0.45
get_ds_embeddingFunction · 0.45
get_table_embeddingFunction · 0.45
calc_table_embeddingFunction · 0.45
clear_ws_ds_cacheFunction · 0.45
save_table_embeddingFunction · 0.45
save_ds_embeddingFunction · 0.45
generate_with_sub_sqlMethod · 0.45
build_table_filterMethod · 0.45
execute_sqlMethod · 0.45
run_taskMethod · 0.45

Calls 2

_get_loggerMethod · 0.80
_logMethod · 0.80

Tested by

no test coverage detected