Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ set_timeout
Method
set_timeout
test/functional/interface_http.py:53–54 ·
view source on GitHub ↗
(self, seconds)
Source
from the content-addressed store, hash-verified
51
self.conn.close()
52
53
def
set_timeout(self, seconds):
54
self.conn.sock.settimeout(seconds)
55
56
def
add_header(self, key, value):
57
self.headers.update({key: value})
Callers
1
check_pipelining
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected