Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/brightio/penelope
/ get
Method
get
penelope.py:1623–1628 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1621
pass
1622
1623
def
get(self):
1624
try
:
1625
os.read(self._out, 1)
1626
except
OSError:
1627
return
'stop'
1628
return
self.queue.get()
1629
1630
def
clear(self):
1631
with
self._lock:
Callers
15
trace
Method · 0.80
do_run
Method · 0.80
do_dir
Method · 0.80
loop
Method · 0.80
payloads
Method · 0.80
exec
Method · 0.80
upgrade
Method · 0.80
kill
Method · 0.80
feed
Method · 0.80
url_to_bytes
Function · 0.80
__init__
Method · 0.80
__setattr__
Method · 0.80
Calls
1
read
Method · 0.45
Tested by
no test coverage detected