MCPcopy Create free account
hub / github.com/Eve-PySpy/PySpy / ListKeys

Method ListKeys

optstore.py:37–44  ·  view source on GitHub ↗

Returns list of all keys available in class object.

(self)

Source from the content-addressed store, hash-verified

35 self._options = self._restore()
36
37 def ListKeys(self):
38 '''
39 Returns list of all keys available in class object.
40 '''
41 keys = []
42 for key in self._options:
43 keys.append(key)
44 return keys
45
46 def Get(self, key, default=None):
47 '''

Callers 1

config.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected