Hacker News new | ask | show | jobs
by monsieurbanana 3240 days ago
Libraries to treat strings as files are pretty common, in python they have one in the std:

https://docs.python.org/2/library/stringio.html

1 comments

But that's a file, it accepts a file path. I already looked into this