Check equality with another finite element.
(self, other)
| 191 | self._cpp_object = cpp_object |
| 192 | |
| 193 | def __eq__(self, other): |
| 194 | """Check equality with another finite element.""" |
| 195 | return self._cpp_object == other._cpp_object |
| 196 | |
| 197 | @property |
| 198 | def dtype(self) -> np.dtype: |
nothing calls this directly
no outgoing calls
no test coverage detected