()
| 57 | |
| 58 | |
| 59 | def get_ast_logger(): |
| 60 | ast_logger = logging.getLogger('modelscope.ast') |
| 61 | ast_logger.setLevel(logging.INFO) |
| 62 | return ast_logger |
| 63 | |
| 64 | |
| 65 | logger = get_ast_logger() |
no outgoing calls
no test coverage detected
searching dependent graphs…