Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jasperproject/jasper-client
/ get_active_instance
Method
get_active_instance
client/stt.py:51–53 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
49
50
@classmethod
51
def
get_active_instance(cls):
52
phrases = vocabcompiler.get_all_phrases()
53
return
cls.get_instance(
'default'
, phrases)
54
55
@classmethod
56
@abstractmethod
Callers
2
__init__
Method · 0.80
setUp
Method · 0.80
Calls
1
get_instance
Method · 0.45
Tested by
1
setUp
Method · 0.64