MCPcopy Create free account
hub / github.com/JasonLSC/GSCodec_Studio / to_dict

Method to_dict

examples/codec_ply_sequence.py:123–126  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

121 pcc_config_filename: str = "encoder_r05.cfg"
122
123 def to_dict(self) -> Dict[str, Any]:
124 return {
125 "pcc_config_filename": self.pcc_config_filename
126 }
127
128@dataclass
129class SeqYUVCodecConfig(CompressionConfig):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected