Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dblalock/bolt
/ __setitem__
Method
__setitem__
experiments/python/pyience.py:56–57 ·
view source on GitHub ↗
(self, idx, item)
Source
from the content-addressed store, hash-verified
54
self._raise()
55
56
def
__setitem__(self, idx, item):
57
self._raise()
58
59
def
_raise(self):
60
raise
TypeError(
"Options object is not a collection; use options.values"
Callers
nothing calls this directly
Calls
1
_raise
Method · 0.95
Tested by
no test coverage detected