Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ expr_data
Function
expr_data
python/__expr.py:28–29 ·
view source on GitHub ↗
(a,b)
Source
from the content-addressed store, hash-verified
26
return
a * Expr(b)
27
28
def
expr_data(a,b):
29
Expr(b).AssignTo(Expr(a))
30
31
class
BaseExpr:
32
def
copy(self):
Callers
nothing calls this directly
Calls
2
Expr
Function · 0.70
AssignTo
Method · 0.45
Tested by
no test coverage detected