(self, stmt)
| 149 | tidx, token = tlist.token_next_by(t=ttypes, idx=tidx) |
| 150 | |
| 151 | def process(self, stmt): |
| 152 | [self.process(sgroup) for sgroup in stmt.get_sublists()] |
| 153 | SpacesAroundOperatorsFilter._process(stmt) |
| 154 | return stmt |
| 155 | |
| 156 | |
| 157 | class StripTrailingSemicolonFilter: |
nothing calls this directly
no test coverage detected