MCPcopy Create free account
hub / github.com/data-apis/python-record-api / setUp

Method setUp

record_api/test.py:36–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34
35class TestMockNumPyMethod(BaseTest):
36 def setUp(self):
37 super().setUp()
38 self.a = np.arange(10)
39 self.tracer = Tracer(["numpy"], ["record_api.test"])
40
41 def test_pos(self):
42 self.trace("+self.a")

Callers

nothing calls this directly

Calls 2

TracerClass · 0.85
setUpMethod · 0.45

Tested by

no test coverage detected