MCPcopy Create free account
hub / github.com/apache/trafficserver / _write

Method _write

tests/gold_tests/ip_allow/ip_category.test.py:47–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45 CategoryFile.contents.append(self)
46
47 def _write(self):
48 with open(self._filename, 'w') as f:
49 f.write(self._content)
50
51 def get_path(self):
52 return self._filename

Callers 1

write_allMethod · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected