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

Method items

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

Source from the content-addressed store, hash-verified

101 return wr in self.data
102
103 def items(self):
104 with _IterationGuard(self):
105 for wr, value in self.data.items():
106 key = wr()
107 if key is not None:
108 yield key, value
109
110 def keys(self):
111 with _IterationGuard(self):

Callers 15

__init__Function · 0.80
infer_field_typesFunction · 0.80
PyArraySerializerClass · 0.80
serializer.pyFile · 0.80
_deserialize_functionMethod · 0.80
readMethod · 0.80
_extract_field_infosFunction · 0.80

Calls 1

_IterationGuardClass · 0.85

Tested by 7

_pyarray_int32_valueFunction · 0.64
__reduce__Method · 0.64
test_vectorized_mapFunction · 0.64
render_filesFunction · 0.64