(self, stmt)
| 75 | tidx, token = get_next_comment(idx=tidx) |
| 76 | |
| 77 | def process(self, stmt): |
| 78 | [self.process(sgroup) for sgroup in stmt.get_sublists()] |
| 79 | StripCommentsFilter._process(stmt) |
| 80 | return stmt |
| 81 | |
| 82 | |
| 83 | class StripWhitespaceFilter: |
nothing calls this directly
no test coverage detected