Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ has_info
Method
has_info
numpy/distutils/system_info.py:825–826 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
823
824
825
def
has_info(self):
826
return
self.__class__.__name__ in self.saved_results
827
828
def
calc_extra_info(self):
829
""
" Updates the information in the current information
with
Callers
1
get_info
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected