Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainflow-dev/brainflow
/ to_json
Method
to_json
python_package/brainflow/ml_model.py:57–59 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
55
self.max_array_size = 8192
56
57
def
to_json(self) -> None:
58
return
json.dumps(self, default=
lambda
o: o.__dict__,
59
sort_keys=True, indent=4)
60
61
62
class
MLModuleDLL(object):
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected