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

Method keys

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

Source from the content-addressed store, hash-verified

108 yield key, value
109
110 def keys(self):
111 with _IterationGuard(self):
112 for wr in self.data:
113 obj = wr()
114 if obj is not None:
115 yield obj
116
117 __iter__ = keys
118

Callers 9

writeMethod · 0.45
_get_field_namesMethod · 0.45
get_field_namesFunction · 0.45
_deep_equalFunction · 0.45
readMethod · 0.45
test_inheritanceFunction · 0.45
test_array_serializerFunction · 0.45
infer_schemaFunction · 0.45

Calls 1

_IterationGuardClass · 0.85

Tested by 5

_deep_equalFunction · 0.36
readMethod · 0.36
test_inheritanceFunction · 0.36
test_array_serializerFunction · 0.36