Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
_load
Method · 0.95
Tested by
no test coverage detected