MCPcopy Index your code
hub / github.com/numpy/numpy / test_valuesSD

Method test_valuesSD

numpy/_core/tests/test_unicode.py:129–133  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

127 self.content_check(ua, ua[()], 4 * self.ulen)
128
129 def test_valuesSD(self):
130 # Check creation of single-dimensional objects with values
131 ua = np.array([self.ucs_value * self.ulen] * 2, dtype=f'U{self.ulen}')
132 self.content_check(ua, ua[0], 4 * self.ulen * 2)
133 self.content_check(ua, ua[1], 4 * self.ulen * 2)
134
135 def test_valuesMD(self):
136 # Check creation of multi-dimensional objects with values

Callers

nothing calls this directly

Calls 1

content_checkMethod · 0.95

Tested by

no test coverage detected