MCPcopy
hub / github.com/RVC-Boss/GPT-SoVITS / items

Method items

GPT_SoVITS/utils.py:334–335  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

332 return self.__dict__.keys()
333
334 def items(self):
335 return self.__dict__.items()
336
337 def values(self):
338 return self.__dict__.values()

Callers 15

__init__Method · 0.80
__init__Method · 0.80
update_i18n_jsonFunction · 0.80
__init__Method · 0.80
__init__Method · 0.80
load_checkpointFunction · 0.80
summarizeFunction · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
write_argsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected