Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ real_close
Method
real_close
Lib/urllib/request.py:1866–1871 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1864
self.real_close()
1865
1866
def
real_close(self):
1867
self.endtransfer()
1868
try
:
1869
self.ftp.close()
1870
except
ftperrors():
1871
pass
1872
1873
# Proxy handling
1874
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