MCPcopy Index your code
hub / github.com/clips/pattern / keys

Method keys

pattern/web/json/ordered_dict.py:85–86  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

83 return self.__class__, (items,)
84
85 def keys(self):
86 return list(self)
87
88 setdefault = DictMixin.setdefault
89 update = DictMixin.update

Callers 1

lookslikehtmlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected