MCPcopy Create free account
hub / github.com/modelscope/modelscope / get_ast_logger

Function get_ast_logger

modelscope/utils/ast_utils.py:59–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57
58
59def get_ast_logger():
60 ast_logger = logging.getLogger('modelscope.ast')
61 ast_logger.setLevel(logging.INFO)
62 return ast_logger
63
64
65logger = get_ast_logger()

Callers 1

ast_utils.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…