Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ run
Function
run
python/examples/test_examples.py:43–46 ·
view source on GitHub ↗
(args, **kwargs)
Source
from the content-addressed store, hash-verified
41
42
# Like subprocess.run with our defaults but returning the Popen object
43
def
run(args, **kwargs):
44
p = Popen(args, **kwargs)
45
p.wait()
46
return
p
47
48
49
def
check_call(args, **kwargs):
Callers
7
test_helloworld
Method · 0.70
test_simple_send_recv
Method · 0.70
test_client_server
Method · 0.70
test_db_send_recv
Method · 0.70
test_simple_send_direct_recv
Method · 0.70
test_direct_send_simple_recv
Method · 0.70
test_selected_recv
Method · 0.70
Calls
2
Popen
Class · 0.70
wait
Method · 0.65
Tested by
no test coverage detected