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

Method keys

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

Source from the content-addressed store, hash-verified

1369 def __iter__(self): return iter(self.environ)
1370 def __len__(self): return len(self.environ)
1371 def keys(self): return self.environ.keys()
1372 def __setitem__(self, key, value):
1373 """ Change an environ value and clear all caches that depend on it. """
1374

Callers

nothing calls this directly

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected