pleroma.debian.social

replies
1
announces
1
likes
1

@highvoltage Not the best example of its use as if you use a for loop on the file handle itself (assuming it's opened in text mode) the iterator returns lines from the file anyway, and that's easier to read and more efficient than the readlines way of doing things.