MCPcopy Create free account
hub / github.com/OpenMOSS/MOSS-TTS / __init__

Method __init__

moss_tts_realtime/fast_api.py:483–485  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

481
482class SessionManager:
483 def __init__(self):
484 self._sessions: dict[str, SessionRuntime] = {}
485 self._lock = threading.RLock()
486
487 def _make_backend(self) -> BackendPaths:
488 return BackendPaths(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected