Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainflow-dev/brainflow
/ get_instance
Method
get_instance
python_package/brainflow/ml_model.py:66–69 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
64
65
@classmethod
66
def
get_instance(cls):
67
if
cls.__instance is None:
68
cls.__instance = cls()
69
return
cls.__instance
70
71
def
__init__(self):
72
if
platform.system() ==
'Windows'
:
Callers
8
set_log_level
Method · 0.45
set_log_file
Method · 0.45
log_message
Method · 0.45
release_all
Method · 0.45
get_version
Method · 0.45
prepare
Method · 0.45
release
Method · 0.45
predict
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected