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