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

Method extend

python/pyfory/tests/test_reduce_serializer.py:85–86  ·  view source on GitHub ↗
(self, items)

Source from the content-addressed store, hash-verified

83 self.metadata = state["metadata"]
84
85 def extend(self, items):
86 self.items.extend(items)
87
88 def __eq__(self, other):
89 return isinstance(other, self.__class__) and self.items == other.items and self.metadata == other.metadata

Callers 15

readMethod · 0.80
__init__.pyFile · 0.80
__index__Method · 0.80
writeMethod · 0.80
writeMethod · 0.80
resolve_importsFunction · 0.80
collect_schema_graphFunction · 0.80
validate_csharp_filesFunction · 0.80
compile_fileFunction · 0.80
compile_file_recursiveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected