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

Method keys

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

Source from the content-addressed store, hash-verified

454 self[k] = v
455
456 def keys(self):
457 return self.__dict__.keys()
458
459 def items(self):
460 return self.__dict__.items()

Callers 10

runMethod · 0.80
trans_weights.pyFile · 0.80
locale_diff.pyFile · 0.80
scan_i18n.pyFile · 0.80
demix_baseMethod · 0.80
load_inputsFunction · 0.80
saveeFunction · 0.80
extract_small_modelFunction · 0.80
extractFunction · 0.80
mergeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected