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

Method cmdline

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

Source from the content-addressed store, hash-verified

2073 return super().get_script_path()
2074
2075 def cmdline(self, *args, **kwargs):
2076 _cmdline = super().cmdline(*args, **kwargs)
2077 if _cmdline[0] == self.python_executable:
2078 _cmdline.pop(0)
2079 return _cmdline
2080
2081
2082@attr.s(kw_only=True)

Callers 3

_get_proc_cmdlineFunction · 0.45
_watchdogFunction · 0.45
cmdlineMethod · 0.45

Calls 1

popMethod · 0.45

Tested by 1

_watchdogFunction · 0.36