MCPcopy Create free account
hub / github.com/datapane/datapane / __init__

Method __init__

python-client/src/datapane/_vendor/bottle.py:2086–2087  ·  view source on GitHub ↗
(self, *a, **k)

Source from the content-addressed store, hash-verified

2084 """
2085
2086 def __init__(self, *a, **k):
2087 self.dict = dict((k, [v]) for (k, v) in dict(*a, **k).items())
2088
2089 def __len__(self):
2090 return len(self.dict)

Callers

nothing calls this directly

Calls 1

itemsMethod · 0.80

Tested by

no test coverage detected