MCPcopy 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_statusMethod · 0.95
closeMethod · 0.95
readMethod · 0.95
readintoMethod · 0.95
_read_next_chunk_sizeMethod · 0.95
_get_chunk_leftMethod · 0.95
read1Method · 0.95
readlineMethod · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected