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

Method write

tests/zypp_plugin.py:48–57  ·  view source on GitHub ↗

Simulate writing data Args: data: Returns:

(self, data)

Source from the content-addressed store, hash-verified

46 return self
47
48 def write(self, data):
49 """
50 Simulate writing data
51 Args:
52 data:
53
54 Returns:
55
56 """
57 self.content.append(data)
58
59 def close(self):
60 """

Callers 15

update_rpmFunction · 0.45
update_debFunction · 0.45
manFunction · 0.45
htmlFunction · 0.45
pdfFunction · 0.45
linkcheckFunction · 0.45
spellcheckFunction · 0.45
process_changed_filesFunction · 0.45
get_releasesFunction · 0.45
get_testing_releasesFunction · 0.45
define_cache_seedFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by 6

salt_master_factoryFunction · 0.36
_hard_killFunction · 0.36
_watchdogFunction · 0.36