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

Method keys

Lib/test/mapping_tests.py:422–423  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

420 def __init__(self):
421 self.d = {1:1, 2:2, 3:3}
422 def keys(self):
423 return self.d.keys()
424 def __getitem__(self, i):
425 return self.d[i]
426 d.clear()

Callers 8

test_readMethod · 0.45
test_keysMethod · 0.45
test_getitemMethod · 0.45
test_getMethod · 0.45
test_writeMethod · 0.45
keysMethod · 0.45
test_popMethod · 0.45
test_keysMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected