MCPcopy Create free account
hub / github.com/numpy/numpy / __getitem__

Method __getitem__

numpy/core/tests/test_regression.py:2470–2471  ·  view source on GitHub ↗
(self, idx)

Source from the content-addressed store, hash-verified

2468 return iter([])
2469
2470 def __getitem__(self, idx):
2471 raise AssertionError("__getitem__ was called")
2472
2473 def __len__(self):
2474 return 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected