MCPcopy
hub / github.com/saltstack/salt / run

Method run

tests/wheeltest.py:60–64  ·  view source on GitHub ↗

Execute the wheel call

(self)

Source from the content-addressed store, hash-verified

58 self.opts.update(res)
59
60 def run(self):
61 """
62 Execute the wheel call
63 """
64 return self.wheel.master_call(**self.opts)
65
66
67if __name__ == "__main__":

Callers 15

_get_changelog_contentsFunction · 0.45
_get_salt_versionFunction · 0.45
update_rpmFunction · 0.45
update_release_notesFunction · 0.45
generate_changelog_mdFunction · 0.45
run_auditFunction · 0.45
has_networkFunction · 0.45
create_networkFunction · 0.45
createFunction · 0.45
manFunction · 0.45
htmlFunction · 0.45
pdfFunction · 0.45

Calls 1

master_callMethod · 0.45

Tested by

no test coverage detected