MCPcopy
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_holdMethod · 0.80

Calls 2

do_closeMethod · 0.95
do_openMethod · 0.95

Tested by

no test coverage detected