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

Method update

dedalus/tools/general.py:18–21  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

16 self.update(*collections)
17
18 def update(self, *args):
19 for arg in args:
20 for item in arg:
21 self.add(item)
22
23 def add(self, item):
24 self[item] = None

Callers 9

__init__Method · 0.95
build_subsystemsFunction · 0.95
atomsMethod · 0.95
get_fieldsMethod · 0.95
matsolvers.pyFile · 0.80
problems.pyFile · 0.80
clone_withMethod · 0.80
merge_taskMethod · 0.80
UnaryGridFunctionClass · 0.80

Calls 1

addMethod · 0.95

Tested by

no test coverage detected