ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
The third option is very neat. I hope I'll remember it when I'll need it.So far I've been "writing" to multiple outputs only when using logging with multiple handlers.
Whoa. I can use this to also open multiple files to write into. Brilliant. Thanks Anthony.
indeed! it's pretty great
If i leave a file open, does it automatically get freed once my python process ends, at least on linux?
yes, but it might not be in the state you expect -- unflushed buffers, etc. (same on windows)
The third option is very neat. I hope I'll remember it when I'll need it.
So far I've been "writing" to multiple outputs only when using logging with multiple handlers.
Whoa. I can use this to also open multiple files to write into. Brilliant. Thanks Anthony.
indeed! it's pretty great
If i leave a file open, does it automatically get freed once my python process ends, at least on linux?
yes, but it might not be in the state you expect -- unflushed buffers, etc. (same on windows)