MCPcopy Create free account
hub / github.com/modelscope/modelscope / __post_init__

Method __post_init__

modelscope/outputs/outputs.py:1658–1660  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1656class ModelOutputBase(list):
1657
1658 def __post_init__(self):
1659 self.reconstruct()
1660 self.post_init = True
1661
1662 def reconstruct(self):
1663 # Low performance, but low frequency.

Callers

nothing calls this directly

Calls 1

reconstructMethod · 0.95

Tested by

no test coverage detected