Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_open
Method · 0.80
do_timeout
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected