Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ close
Method
close
tools/python-3.11.9-amd64/Lib/_pyio.py:1404–1408 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1402
return
self.writer.flush()
1403
1404
def
close(self):
1405
try
:
1406
self.writer.close()
1407
finally:
1408
self.reader.close()
1409
1410
def
isatty(self):
1411
return
self.reader.isatty() or self.writer.isatty()
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected