MCPcopy Create free account
hub / github.com/Tencent/CodeAnalysis / subprocc_log

Function subprocc_log

client/task/basic/common.py:18–20  ·  view source on GitHub ↗

调用subprocc时通过此回调函数输出信息到log

(line)

Source from the content-addressed store, hash-verified

16
17
18def subprocc_log(line):
19 """调用subprocc时通过此回调函数输出信息到log"""
20 logger.info(line)
21
22
23if __name__ == "__main__":

Callers 1

analyze_callbackMethod · 0.90

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected