The compiled linear form representing the left-hand side.
(self)
| 945 | |
| 946 | @property |
| 947 | def L(self) -> Form | Sequence[Form]: |
| 948 | """The compiled linear form representing the left-hand side.""" |
| 949 | return self._L |
| 950 | |
| 951 | @property |
| 952 | def a(self) -> Form | Sequence[Form]: |
nothing calls this directly
no outgoing calls
no test coverage detected