Lines Matching defs:comments
52 between the parens (including any nested comments) with whitespace preserved.
149 def comments(self):
150 comments = []
152 comments.extend(token.comments)
153 return comments
189 def comments(self):
286 def comments(self):
906 def comments(self):
999 This function turns a run of qcontent, ccontent-without-comments, or
1157 This is not the RFC ctext, since we are handling nested comments in comment
1249 We handle nested comments here, and quoted-pair in our qp-ctext routine.