MCPcopy Index your code
hub / github.com/python/cpython / keys

Method keys

Lib/dbm/dumb.py:239–243  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

237 self._commit()
238
239 def keys(self):
240 try:
241 return list(self._index)
242 except TypeError:
243 raise error('DBM object has already been closed') from None
244
245 def items(self):
246 self._verify_open()

Callers 15

_extend_dictFunction · 0.45
getallmatchingheadersMethod · 0.45
_cookies_for_domainMethod · 0.45
_cookies_for_requestMethod · 0.45
lwp_cookie_strFunction · 0.45
_install_loggersFunction · 0.45
configureMethod · 0.45
__init__Method · 0.45
_fixupChildrenMethod · 0.45
basicConfigFunction · 0.45

Calls 2

listClass · 0.85
errorClass · 0.70

Tested by

no test coverage detected