MCPcopy 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_levelMethod · 0.45
set_log_fileMethod · 0.45
log_messageMethod · 0.45
release_allMethod · 0.45
get_versionMethod · 0.45
prepareMethod · 0.45
releaseMethod · 0.45
predictMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected