MCPcopy Index your code
hub / github.com/apache/fory / write

Method write

python/pyfory/serializer.py:1361–1362  ·  view source on GitHub ↗
(self, buffer, value)

Source from the content-addressed store, hash-verified

1359 super().__init__(type_resolver, types.ModuleType)
1360
1361 def write(self, buffer, value):
1362 buffer.write_string(value.__name__)
1363
1364 def read(self, read_context):
1365 mod_name = read_context.read_string()

Callers

nothing calls this directly

Calls 1

write_stringMethod · 0.45

Tested by

no test coverage detected