Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RUB-NDS/PRET
/ send
Method
send
printer.py:233–235 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
231
232
# wrapper to send data
233
def
send(self, data):
234
if
self.conn:
235
self.conn.send(data)
236
237
# wrapper to recv data
238
def
recv(self, *args):
Callers
1
do_print
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected