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

Method keys

Lib/test/test_builtin.py:834–835  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

832 return 12
833 return dict.__getitem__(self, key)
834 def keys(self):
835 return list('xyz')
836
837 d = D()
838 self.assertEqual(eval('a', g, d), 12)

Callers 3

test_missingMethod · 0.95
test_missingMethod · 0.95

Calls 1

listClass · 0.85

Tested by

no test coverage detected