MCPcopy Create free account
hub / github.com/MYZY-AI/Muyan-TTS / __new__

Method __new__

sovits/process.py:62–65  ·  view source on GitHub ↗
(cls, *args, **kwargs)

Source from the content-addressed store, hash-verified

60 _initialized = False
61
62 def __new__(cls, *args, **kwargs):
63 if cls._instance is None:
64 cls._instance = super(Processor, cls).__new__(cls)
65 return cls._instance
66
67 def __init__(
68 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected