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

Method __init__

dedalus/tools/general.py:14–16  ·  view source on GitHub ↗
(self, *collections)

Source from the content-addressed store, hash-verified

12 """Ordered set based on uniqueness of dictionary keys."""
13
14 def __init__(self, *collections):
15 super().__init__()
16 self.update(*collections)
17
18 def update(self, *args):
19 for arg in args:

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected