MCPcopy 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
1874def getproxies_environment():

Callers 2

closeMethod · 0.95
file_closeMethod · 0.95

Calls 3

endtransferMethod · 0.95
ftperrorsFunction · 0.85
closeMethod · 0.45

Tested by

no test coverage detected