MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / close

Method close

tools/python-3.11.9-amd64/Lib/urllib/request.py:2480–2483  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2478 pass
2479
2480 def close(self):
2481 self.keepalive = False
2482 if self.refcount <= 0:
2483 self.real_close()
2484
2485 def file_close(self):
2486 self.endtransfer()

Callers 1

__init__Method · 0.95

Calls 1

real_closeMethod · 0.95

Tested by

no test coverage detected