MCPcopy
hub / github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI / items

Method items

infer/lib/train/utils.py:459–460  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

457 return self.__dict__.keys()
458
459 def items(self):
460 return self.__dict__.items()
461
462 def values(self):
463 return self.__dict__.values()

Callers 7

get_f0Method · 0.80
locale_diff.pyFile · 0.80
_unscale_grads_Function · 0.80
goFunction · 0.80
load_checkpointFunction · 0.80
summarizeFunction · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected