MCPcopy Create free account
hub / github.com/LabPy/lantz / value

Method value

lantz/foreign.py:128–132  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

126
127 @property
128 def value(self):
129 if self.encoding:
130 return self.buffer.value.decode(self.encoding)
131 else:
132 return self.buffer.value
133
134
135class RetValue(object):

Callers 3

update_progress_barFunction · 0.45
scanMethod · 0.45
_scanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected