Closed simsong closed 5 years ago
These two functions are nearly identical. It would make more sense to have this be a function that takes either an open _out_file_name or sys.stdout.
_out_file_name
sys.stdout
You are correct :smile: After completing #6 , some refactoring to the code will have to be done. I wrote this to quickly address a time-sensitive need, so I wasn't too worried about code quality.
closed in #12
These two functions are nearly identical. It would make more sense to have this be a function that takes either an open
_out_file_name
orsys.stdout
.