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

Method write

python/pyfory/_serializer.py:122–123  ·  view source on GitHub ↗
(self, write_context, value)

Source from the content-addressed store, hash-verified

120 """Serializer for fixed-width 32-bit signed integer (INT32 type_id=4)."""
121
122 def write(self, write_context, value):
123 write_context.write_int32(value)
124
125 def read(self, read_context):
126 return read_context.read_int32()

Callers

nothing calls this directly

Calls 1

write_int32Method · 0.45

Tested by

no test coverage detected