MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / module

Method module

python/dolfinx/fem/forms.py:88–90  ·  view source on GitHub ↗

The CFFI module.

(self)

Source from the content-addressed store, hash-verified

86
87 @property
88 def module(self) -> types.ModuleType | list[types.ModuleType] | None:
89 """The CFFI module."""
90 return self._module
91
92 @property
93 def rank(self) -> int:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected