MCPcopy 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_wsFunction · 0.45
close_wsFunction · 0.45
session_get_testFunction · 0.45
non_session_get_testFunction · 0.45
async_session_get_testFunction · 0.45
test_websocketFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_websocketFunction · 0.36