MCPcopy
hub / github.com/CorentinJ/Real-Time-Voice-Cloning / write_line

Method write_line

encoder/preprocess.py:37–38  ·  view source on GitHub ↗
(self, line)

Source from the content-addressed store, hash-verified

35 self.write_line("-----")
36
37 def write_line(self, line):
38 self.text_file.write("%s\n" % line)
39
40 def add_sample(self, **kwargs):
41 for param_name, value in kwargs.items():

Callers 3

__init__Method · 0.95
_log_paramsMethod · 0.95
finalizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected