MCPcopy Index your code
hub / github.com/fluentpython/example-code-2e / keys

Method keys

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

Source from the content-addressed store, hash-verified

1834 def __getitem__(self, key): return self.dict[key][-1]
1835 def __setitem__(self, key, value): self.append(key, value)
1836 def keys(self): return self.dict.keys()
1837
1838 if py3k:
1839 def values(self): return (v[-1] for v in self.dict.values())

Callers 10

update_recordFunction · 0.45
__init__Method · 0.45
__dir__Method · 0.45
__dir__Method · 0.45
__dir__Method · 0.45
__contains__Method · 0.45
dialcodes.pyFile · 0.45
keysMethod · 0.45
meta_listMethod · 0.45
__contains__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected