MCPcopy Index your code
hub / github.com/saltstack/salt / cmdline

Method cmdline

tests/support/pkg.py:2178–2183  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

2176 return DaemonImpl
2177
2178 def cmdline(self, *args, **kwargs):
2179 cmdline_ = super().cmdline(*args, **kwargs)
2180 if self.python_executable:
2181 if cmdline_[0] != self.python_executable:
2182 cmdline_.insert(0, self.python_executable)
2183 return cmdline_
2184
2185
2186@attr.s(kw_only=True, slots=True)

Callers

nothing calls this directly

Calls 2

cmdlineMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected