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

Method code

python/dolfinx/fem/forms.py:83–85  ·  view source on GitHub ↗

C code strings.

(self)

Source from the content-addressed store, hash-verified

81
82 @property
83 def code(self) -> str | list[str] | None:
84 """C code strings."""
85 return self._code
86
87 @property
88 def module(self) -> types.ModuleType | list[types.ModuleType] | None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected