Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ cmdline
Method
cmdline
python/tests/proton_tests/common.py:329–332 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
327
return
self._output[1]
328
329
def
cmdline(self):
330
if
not self._cmdline:
331
self._build_command()
332
return
self._cmdline
333
334
def
_build_command(self):
335
assert False,
"_build_command() needs override"
Callers
4
start
Method · 0.95
test_defaults_messenger_app
Method · 0.80
test_server_authentication_messenger_app
Method · 0.80
_do_test
Method · 0.80
Calls
1
_build_command
Method · 0.95
Tested by
2
test_defaults_messenger_app
Method · 0.64
test_server_authentication_messenger_app
Method · 0.64