MCPcopy Create free account
hub / github.com/dblalock/bolt / __getitem__

Method __getitem__

experiments/python/pyience.py:53–54  ·  view source on GitHub ↗
(self, idx)

Source from the content-addressed store, hash-verified

51 # than a collection of values. This is mostly to ensure that Options
52 # are always expanded out when generating sets of parameters.
53 def __getitem__(self, idx):
54 self._raise()
55
56 def __setitem__(self, idx, item):
57 self._raise()

Callers

nothing calls this directly

Calls 1

_raiseMethod · 0.95

Tested by

no test coverage detected