(self)
| 2779 | self.expr = expr |
| 2780 | |
| 2781 | def __clause_element__(self): |
| 2782 | return self.expr |
| 2783 | |
| 2784 | # this use case isn't exactly needed in this form, however it tests |
| 2785 | # that we resolve for multiple __clause_element__() calls as is needed |
no outgoing calls
no test coverage detected