Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0x676e67/wreq-python
/ __del__
Method
__del__
benchmark/bench.py:31–32 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
29
self.c.close()
30
31
def
__del__(self):
32
self.close()
33
34
def
get(self, url):
35
buffer = BytesIO()
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected