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

Method __init__

salt/master.py:696–704  ·  view source on GitHub ↗
(self, opts, **kwargs)

Source from the content-addressed store, hash-verified

694 """
695
696 def __init__(self, opts, **kwargs):
697 super().__init__(**kwargs)
698 self.opts = opts
699 self.update_threads = {}
700 # Avoid circular import
701 import salt.fileserver
702
703 self.fileserver = salt.fileserver.Fileserver(self.opts)
704 self.fill_buckets()
705
706 def fill_buckets(self):
707 """

Callers

nothing calls this directly

Calls 2

fill_bucketsMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected