Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_types
Function · 0.80
_build_pyarray_typecode_tables
Function · 0.80
PyArraySerializer
Class · 0.80
_build_ndarray_serializer
Method · 0.80
serializer.py
File · 0.80
_serialize_local_class
Method · 0.80
_deserialize_local_class
Method · 0.80
_deserialize_function
Method · 0.80
read
Method · 0.80
_extract_field_infos
Function · 0.80
_compute_unwrapped_hints
Method · 0.80
Calls
1
_IterationGuard
Class · 0.85
Tested by
7
_pyarray_int32_value
Function · 0.64
__reduce__
Method · 0.64
test_numpy_array_different_dtypes_out_of_band
Function · 0.64
test_vectorized_map
Function · 0.64
test_grpc_flag_compiles_services
Function · 0.64
render_files
Function · 0.64
assert_language_outputs_equal
Function · 0.64