Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
def
subprocc_log(line):
19
""
"调用subprocc时通过此回调函数输出信息到log"
""
20
logger.info(line)
21
22
23
if
__name__ ==
"__main__"
:
Callers
1
analyze_callback
Method · 0.90
Calls
1
info
Method · 0.45
Tested by
no test coverage detected