MCPcopy 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
setUpMethod · 0.80

Calls 1

get_instanceMethod · 0.45

Tested by 1

setUpMethod · 0.64