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

Method __init__

tests/wheeltest.py:45–49  ·  view source on GitHub ↗
(self, cli)

Source from the content-addressed store, hash-verified

43 """
44
45 def __init__(self, cli):
46 self.opts = salt.config.master_config("/etc/salt")
47 self.opts.update(cli)
48 self.__eauth()
49 self.wheel = salt.wheel.Wheel(self.opts)
50
51 def __eauth(self):
52 """

Callers

nothing calls this directly

Calls 2

__eauthMethod · 0.95
updateMethod · 0.45

Tested by

no test coverage detected