Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
class
RetValue(object):
Callers
3
update_progress_bar
Function · 0.45
scan
Method · 0.45
_scan
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected