MCPcopy
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

traceMethod · 0.80
do_runMethod · 0.80
do_dirMethod · 0.80
loopMethod · 0.80
payloadsMethod · 0.80
execMethod · 0.80
upgradeMethod · 0.80
killMethod · 0.80
feedMethod · 0.80
url_to_bytesFunction · 0.80
__init__Method · 0.80
__setattr__Method · 0.80

Calls 1

readMethod · 0.45

Tested by

no test coverage detected