MCPcopy Create free account
hub / github.com/alibaba/GraphScope / update

Method update

python/graphscope/client/utils.py:282–291  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280
281 @staticmethod
282 def update():
283 if gs_config.show_log:
284 log_level = gs_config.log_level
285 else:
286 log_level = logging.ERROR
287 if isinstance(log_level, str):
288 log_level = log_level.upper()
289 logger.setLevel(log_level)
290 for handler in logger.handlers:
291 handler.setLevel(log_level)
292
293
294GSLogger.init()

Callers 8

initMethod · 0.45
set_optionFunction · 0.45
_hash_fileFunction · 0.45
show_progressFunction · 0.45
signatureMethod · 0.45
demoFunction · 0.45
ParseArgumentsFunction · 0.45

Calls

no outgoing calls

Tested by 1

demoFunction · 0.36