Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _close_conn
Method
_close_conn
Lib/http/client.py:433–436 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
431
return
True
432
433
def
_close_conn(self):
434
fp = self.fp
435
self.fp = None
436
fp.close()
437
438
def
close(self):
439
try
:
Callers
8
_read_status
Method · 0.95
close
Method · 0.95
read
Method · 0.95
readinto
Method · 0.95
_read_next_chunk_size
Method · 0.95
_get_chunk_left
Method · 0.95
read1
Method · 0.95
readline
Method · 0.95
Calls
1
close
Method · 0.45
Tested by
no test coverage detected