Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ __getitem__
Method
__getitem__
numpy/lib/_datasource.py:149–151 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
147
return
list(self._file_openers.keys())
148
149
def
__getitem__(self, key):
150
self._load()
151
return
self._file_openers[key]
152
153
_file_openers = _FileOpeners()
154
Callers
nothing calls this directly
Calls
1
_load
Method · 0.95
Tested by
no test coverage detected