MCPcopy 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.pyFile · 0.80

Calls 3

gen_tableMethod · 0.95
serializeMethod · 0.95
namesMethod · 0.95

Tested by

no test coverage detected