MCPcopy Create free account
hub / github.com/numpy/numpy / setup_method

Method setup_method

numpy/core/tests/test_defchararray.py:192–195  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

190 """Ticket #1276"""
191
192 def setup_method(self):
193 TestComparisons.setup_method(self)
194 self.B = np.array([['efg', '123 '],
195 ['051', 'tuv']], np.str_).view(np.chararray)
196
197class TestComparisonsMixed2(TestComparisons):
198 """Ticket #1276"""

Callers

nothing calls this directly

Calls 2

setup_methodMethod · 0.45
viewMethod · 0.45

Tested by

no test coverage detected