MCPcopy Index your code
hub / github.com/fluentpython/example-code-2e / meta_list

Method meta_list

21-async/mojifinder/bottle.py:2179–2181  ·  view source on GitHub ↗

Return an iterable of meta field names defined for a key.

(self, key)

Source from the content-addressed store, hash-verified

2177 self[key] = self[key]
2178
2179 def meta_list(self, key):
2180 ''' Return an iterable of meta field names defined for a key. '''
2181 return self._meta.get(key, {}).keys()
2182
2183 # Deprecated ConfigDict features
2184 def __getattr__(self, key):

Callers

nothing calls this directly

Calls 2

keysMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected