MCPcopy
hub / github.com/qiwsir/StarterLearningPython / keys

Method keys

newcodes/answers/q72.py:34–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32 iterkeys = __iter__
33
34 def keys(self):
35 return list(self)
36
37 def rating(self, key):
38 item = self[key], key

Callers 2

q72.pyFile · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected