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

Method items

python-client/src/datapane/_vendor/bottle.py:2115–2116  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2113 return (v[-1] for v in self.dict.values())
2114
2115 def items(self):
2116 return ((k, v[-1]) for k, v in self.dict.items())
2117
2118 def allitems(self):
2119 return ((k, v) for k, vl in self.dict.items() for v in vl)

Callers 15

print_debug_infoFunction · 0.80
__init__Method · 0.80
copyMethod · 0.80
headerlistMethod · 0.80
set_cookieMethod · 0.80
__init__Method · 0.80
allitemsMethod · 0.80
load_dictMethod · 0.80
updateMethod · 0.80
__repr__Method · 0.80
load_configMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected