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

Method __init__

python/pyfory/serializer.py:304–306  ·  view source on GitHub ↗
(self, type_resolver)

Source from the content-addressed store, hash-verified

302
303class NoneSerializer(Serializer):
304 def __init__(self, type_resolver):
305 super().__init__(type_resolver, None)
306 self.need_to_write_ref = False
307
308 def write(self, buffer, value):
309 pass

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected