MCPcopy
hub / github.com/fluentpython/example-code-2e / items

Method items

21-async/mojifinder/bottle.py:1840–1840  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1838 if py3k:
1839 def values(self): return (v[-1] for v in self.dict.values())
1840 def items(self): return ((k, v[-1]) for k, v in self.dict.items())
1841 def allitems(self):
1842 return ((k, v) for k, vl in self.dict.items() for v in vl)
1843 iterkeys = keys

Callers 15

__init__Function · 0.45
__init__Function · 0.45
__init_subclass__Method · 0.45
_asdictMethod · 0.45
__repr__Method · 0.45
__new__Method · 0.45
_asdictMethod · 0.45
__repr__Method · 0.45
checkedFunction · 0.45
_asdictFunction · 0.45
__repr__Function · 0.45
gen_columns_sqlFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected