MCPcopy Create free account
hub / github.com/DedalusProject/dedalus / split

Method split

dedalus/core/field.py:207–209  ·  view source on GitHub ↗

Split into expressions containing and not containing specified operands/operators.

(self, *vars)

Source from the content-addressed store, hash-verified

205 raise NotImplementedError()
206
207 def split(self, *vars):
208 """Split into expressions containing and not containing specified operands/operators."""
209 raise NotImplementedError()
210
211 def replace(self, old, new):
212 """Replace specified operand/operator."""

Callers 15

get_versionFunction · 0.45
__init__.pyFile · 0.45
natural_sortFunction · 0.45
post.pyFile · 0.45
dedalus_h5_to_xarrayFunction · 0.45
open_datasetMethod · 0.45
split_callFunction · 0.45
problems.pyFile · 0.45
build_EVPMethod · 0.45
basis.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected