Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-186101.py
File
recipe-186101.py
recipes/Python/186101_Really_closing_stdstdout/recipe-186101.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# here's the obvious part!
2
sys.stdin.close()
3
sys.stdout.close()
4
sys.stderr.close()
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected