The compiled linear form (the residual form).
(self)
| 1490 | |
| 1491 | @property |
| 1492 | def L(self) -> Form: |
| 1493 | """The compiled linear form (the residual form).""" |
| 1494 | return self._L |
| 1495 | |
| 1496 | @property |
| 1497 | def a(self) -> Form: |
nothing calls this directly
no outgoing calls
no test coverage detected