Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEniCS/dolfinx
/ code
Method
code
python/dolfinx/fem/function.py:325–327 ·
view source on GitHub ↗
C code strings.
(self)
Source
from the content-addressed store, hash-verified
323
324
@property
325
def
code(self) -> str:
326
""
"C code strings."
""
327
return
self._code
328
329
@property
330
def
dtype(self) -> npt.DTypeLike:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected