The compiled linear form representing the right-hand side.
(self)
| 176 | |
| 177 | @property |
| 178 | def L(self) -> Form: |
| 179 | """The compiled linear form representing the right-hand side.""" |
| 180 | return self._L |
| 181 | |
| 182 | @property |
| 183 | def a(self) -> Form: |
nothing calls this directly
no outgoing calls
no test coverage detected