MCPcopy Create free account
hub / github.com/apache/fory / values

Method values

python/pyfory/lib/collection.py:119–123  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

117 __iter__ = keys
118
119 def values(self):
120 with _IterationGuard(self):
121 for wr, value in self.data.items():
122 if wr() is not None:
123 yield value
124
125 def keyrefs(self):
126 """Return a list of weak references to the keys.

Calls 2

_IterationGuardClass · 0.85
itemsMethod · 0.80