MCPcopy Index your code
hub / github.com/numpy/numpy / __getitem__

Method __getitem__

numpy/lib/_datasource.py:147–149  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

145 return list(self._file_openers.keys())
146
147 def __getitem__(self, key):
148 self._load()
149 return self._file_openers[key]
150
151
152_file_openers = _FileOpeners()

Callers

nothing calls this directly

Calls 1

_loadMethod · 0.95

Tested by

no test coverage detected