MCPcopy Index your code
hub / github.com/data-apis/python-record-api / setUp

Method setUp

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

Source from the content-addressed store, hash-verified

231
232class TestMockPandasMethod(BaseTest):
233 def setUp(self):
234 super().setUp()
235 self.tracer = Tracer(["pandas"], ["record_api.test"])
236 self.df = pd.DataFrame.from_records([{"hi": 1}])
237
238 def test_from_records(self):
239 self.trace("pd.DataFrame.from_records([{'hi': 1}])")

Callers

nothing calls this directly

Calls 2

TracerClass · 0.85
setUpMethod · 0.45

Tested by

no test coverage detected