MCPcopy
hub / github.com/eudicots/Cactus / data

Method data

cactus/deployment/file.py:48–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

46
47 @memoize
48 def data(self):
49 with io.FileIO(os.path.join(self.engine.site.build_path, self.path), 'r') as f:
50 return f.read()
51
52 def payload(self):
53 """

Callers 3

payloadMethod · 0.95
is_fingerprintedMethod · 0.95
uploadMethod · 0.95

Calls 1

readMethod · 0.80

Tested by

no test coverage detected