Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
write
Method · 0.45
_get_field_names
Method · 0.45
get_field_names
Function · 0.45
test_map_key_alias_with_outer_reference_python_mode
Function · 0.45
_deep_equal
Function · 0.45
read
Method · 0.45
test_inheritance
Function · 0.45
test_array_serializer
Function · 0.45
infer_schema
Function · 0.45
Calls
1
_IterationGuard
Class · 0.85
Tested by
5
test_map_key_alias_with_outer_reference_python_mode
Function · 0.36
_deep_equal
Function · 0.36
read
Method · 0.36
test_inheritance
Function · 0.36
test_array_serializer
Function · 0.36