Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
Loading...
Searching...
No Matches

◆ cat_file()

str Cope.misc.cat_file ( str  f)

Simply return whatever is in the given file path.

Just like the Unix cat command.

Definition at line 128 of file misc.py.