Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RUB-NDS/PRET
/ do_reconnect
Method
do_reconnect
printer.py:272–274 ·
view source on GitHub ↗
(self, *arg)
Source
from the content-addressed store, hash-verified
270
271
# ------------------------[ reconnect ]-------------------------------
272
def
do_reconnect(self, *arg):
273
self.do_close()
274
self.do_open(self.target,
"reconnect"
)
275
276
# re-open connection
277
def
reconnect(self, msg):
Callers
1
do_hold
Method · 0.80
Calls
2
do_close
Method · 0.95
do_open
Method · 0.95
Tested by
no test coverage detected