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

Method setup_method

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

Source from the content-addressed store, hash-verified

198 """Ticket #1276"""
199
200 def setup_method(self):
201 TestComparisons.setup_method(self)
202 self.A = np.array([['abc', '123'],
203 ['789', 'xyz']], np.str_).view(np.chararray)
204
205class TestInformation:
206 def setup_method(self):

Callers

nothing calls this directly

Calls 2

setup_methodMethod · 0.45
viewMethod · 0.45

Tested by

no test coverage detected