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

Method append

tools/precommit/workflows.py:85–87  ·  view source on GitHub ↗
(self, need)

Source from the content-addressed store, hash-verified

83 self._needs = []
84
85 def append(self, need):
86 if need not in self._needs:
87 self._needs.append(need)
88
89 def iter(self, consume=False):
90 if consume is False:

Callers 15

_get_salt_versionFunction · 0.45
generate_changelog_mdFunction · 0.45
upload_artifactsFunction · 0.45
upload_virustotalFunction · 0.45
_load_allowlistFunction · 0.45
_read_linkcheck_resultsFunction · 0.45
run_auditFunction · 0.45
manFunction · 0.45
htmlFunction · 0.45
pdfFunction · 0.45
linkcheckFunction · 0.45
spellcheckFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_artifactsFunction · 0.36
pytest_runtest_setupFunction · 0.36
salt_master_factoryFunction · 0.36
setUpMethod · 0.36
tearDownMethod · 0.36
salt_master_factoryFunction · 0.36
pytest_runtest_setupFunction · 0.36