MCPcopy
hub / github.com/RUB-NDS/PRET / timeout

Method timeout

helper.py:446–447  ·  view source on GitHub ↗
(self, *arg)

Source from the content-addressed store, hash-verified

444
445 # set timeout
446 def timeout(self, *arg):
447 self._sock.settimeout(*arg)
448
449 # send data
450 def send(self, data):

Callers 2

do_openMethod · 0.80
do_timeoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected