MCPcopy 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

startMethod · 0.95
_do_testMethod · 0.80

Calls 1

_build_commandMethod · 0.95