MCPcopy
hub / github.com/cherrypy/cherrypy / keys

Method keys

cherrypy/lib/sessions.py:389–393  ·  view source on GitHub ↗

D.keys() -> list of D's keys.

(self)

Source from the content-addressed store, hash-verified

387 self._data.clear()
388
389 def keys(self):
390 """D.keys() -> list of D's keys."""
391 if not self.loaded:
392 self.load()
393 return self._data.keys()
394
395 def items(self):
396 """D.items() -> list of D's (key, value) pairs, as 2-tuples."""

Callers 11

test_callable_specFunction · 0.80
log_hooksFunction · 0.80
json_inFunction · 0.80
test_0_SessionMethod · 0.80
make_userFunction · 0.80
GETMethod · 0.80
test_appMethod · 0.80
sysfilesMethod · 0.80

Calls 1

loadMethod · 0.95

Tested by 6

test_callable_specFunction · 0.64
test_0_SessionMethod · 0.64
make_userFunction · 0.64
GETMethod · 0.64
test_appMethod · 0.64