Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0x676e67/wreq-python
/ close
Method
close
benchmark/bench.py:28–29 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
26
self.content = None
27
28
def
close(self):
29
self.c.close()
30
31
def
__del__(self):
32
self.close()
Callers
8
__del__
Method · 0.95
close_ws
Function · 0.45
close_ws
Function · 0.45
session_get_test
Function · 0.45
non_session_get_test
Function · 0.45
async_session_get_test
Function · 0.45
async_non_session_get_test
Function · 0.45
test_websocket
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_websocket
Function · 0.36