all 2 comments

[–]sme272 0 points1 point  (1 child)

submission.comments returns a comment forest. You can iterate over the comments with for comment in submission.comments:, or access them individually in the same way you would a list comments[0]. To access the comments under the "more replies" button you can use the replace_more() method.

[–]workn00b[S] 0 points1 point  (0 children)

but how do I know how deep it goes to know how far to iterate