Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ table
Method
table
doc/source/reference/simd/gen_features.py:45–46 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
43
return
result
44
45
def
table(self, **kwargs):
46
return
self.gen_table(self.serialize(self.names()), **kwargs)
47
48
def
table_diff(self, vs, **kwargs):
49
fnames = set(self.names())
Callers
1
gen_features.py
File · 0.80
Calls
3
gen_table
Method · 0.95
serialize
Method · 0.95
names
Method · 0.95
Tested by
no test coverage detected