Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/kafka
/ async_sys_call
Function
async_sys_call
system_test/utils/system_test_utils.py:305–306 ·
view source on GitHub ↗
(cmd_str)
Source
from the content-addressed store, hash-verified
303
304
305
def
async_sys_call(cmd_str):
306
subprocess.Popen(cmd_str, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
307
308
309
def
sys_call_return_subproc(cmd_str):
Callers
1
remote_async_sys_call
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected