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

Calls 1

get_instanceMethod · 0.45

Tested by 1

setUpMethod · 0.64