MCPcopy Create free account
hub / github.com/RobotTelevision/CrowAssistant / get_instance

Method get_instance

CrowSTT.py:58–61  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

56
57 @classmethod
58 def get_instance(cls):
59 if cls._instance is None:
60 cls._instance = cls()
61 return cls._instance
62
63
64 def __init__(self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected