(self)
| 90 | return self.logical_form() |
| 91 | |
| 92 | def __repr__(self): |
| 93 | return self.logical_form() |
| 94 | |
| 95 | def textual_form_core(self): |
| 96 | raise NotImplementedError('Textual form not implemented for abstract ast node') |
nothing calls this directly
no test coverage detected