MCPcopy Create free account
hub / github.com/smacke/ffsubsync / set_encoding

Method set_encoding

ffsubsync/generic_subtitles.py:168–170  ·  view source on GitHub ↗
(self, encoding: str)

Source from the content-addressed store, hash-verified

166 self.subs_: Optional[GenericSubtitlesFile] = subs
167
168 def set_encoding(self, encoding: str) -> "SubsMixin":
169 self.subs_.set_encoding(encoding)
170 return self

Callers 2

try_syncFunction · 0.45
test_same_encodingFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_same_encodingFunction · 0.36