'Fast way to obtain new comments with their parents using the PRAW API

I am trying to create a database of the bodies of as many Reddit comments, as well as the bodies of their parent comments. Currently I have a way to obtain large amounts of comments by simply requesting 100 new comments from the subreddit "all", however each of these comments require another request in order to determine their parent. My question is, is there a way in the PRAW API to obtain a large amount of comments, say 100, with the bodies of their parents also, without having to make another request to get the parent body for each and every comment.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source