Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DedalusProject/dedalus
/ new_operand
Method
new_operand
dedalus/core/operators.py:1513–1514 ·
view source on GitHub ↗
(self, operand, **kw)
Source
from the content-addressed store, hash-verified
1511
return
self.operand.matrix_coupling(*vars)
1512
1513
def
new_operand(self, operand, **kw):
1514
return
Copy(operand, **kw)
1515
1516
def
check_conditions(self):
1517
return
True
Callers
nothing calls this directly
Calls
1
Copy
Class · 0.85
Tested by
no test coverage detected