MCPcopy 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!
2sys.stdin.close()
3sys.stdout.close()
4sys.stderr.close()

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected