(self, *, policy)
| 170 | return comments |
| 171 | |
| 172 | def fold(self, *, policy): |
| 173 | return _refold_parse_tree(self, policy=policy) |
| 174 | |
| 175 | def pprint(self, indent=''): |
| 176 | print(self.ppstr(indent=indent)) |
nothing calls this directly
no test coverage detected