Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ real_close
Method
real_close
Lib/urllib/request.py:1868–1873 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1866
self.real_close()
1867
1868
def
real_close(self):
1869
self.endtransfer()
1870
try
:
1871
self.ftp.close()
1872
except
ftperrors():
1873
pass
1874
1875
# Proxy handling
1876
def
getproxies_environment():
Callers
2
close
Method · 0.95
file_close
Method · 0.95
Calls
3
endtransfer
Method · 0.95
ftperrors
Function · 0.85
close
Method · 0.45
Tested by
no test coverage detected