Rank of this form.
(self)
| 91 | |
| 92 | @property |
| 93 | def rank(self) -> int: |
| 94 | """Rank of this form.""" |
| 95 | return self._cpp_object.rank |
| 96 | |
| 97 | @property |
| 98 | def function_spaces(self) -> list[FunctionSpace]: |
nothing calls this directly
no outgoing calls
no test coverage detected