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

Method modules

salt/cache/__init__.py:77–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75
76 @cached_property
77 def modules(self):
78 return salt.loader.cache(self.opts)
79
80 @cached_property
81 def kwargs(self):

Callers 2

test_modulesFunction · 0.80
test_modulesFunction · 0.80

Calls 1

cacheMethod · 0.80

Tested by 2

test_modulesFunction · 0.64
test_modulesFunction · 0.64