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

Method reset_read

python/pyfory/_fory.py:574–581  ·  view source on GitHub ↗

Reset read state after deserialization. Clears internal read buffers and reference tracking state. This method is automatically called after each deserialization.

(self)

Source from the content-addressed store, hash-verified

572 self.write_context.reset()
573
574 def reset_read(self):
575 """
576 Reset read state after deserialization.
577
578 Clears internal read buffers and reference tracking state. This method
579 is automatically called after each deserialization.
580 """
581 self.read_context.reset()
582
583 def reset(self):
584 """

Callers 2

deserializeMethod · 0.95
resetMethod · 0.95

Calls 1

resetMethod · 0.65

Tested by

no test coverage detected