MCPcopy 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
43def run(args, **kwargs):
44 p = Popen(args, **kwargs)
45 p.wait()
46 return p
47
48
49def check_call(args, **kwargs):

Callers 7

test_helloworldMethod · 0.70
test_simple_send_recvMethod · 0.70
test_client_serverMethod · 0.70
test_db_send_recvMethod · 0.70
test_selected_recvMethod · 0.70

Calls 2

PopenClass · 0.70
waitMethod · 0.65

Tested by

no test coverage detected