MCPcopy
hub / github.com/pandas-dev/pandas / test_pickle

Method test_pickle

pandas/tests/internals/test_internals.py:264–266  ·  view source on GitHub ↗
(self, typ, data, temp_file)

Source from the content-addressed store, hash-verified

262 ],
263 )
264 def test_pickle(self, typ, data, temp_file):
265 blk = create_block(typ, data)
266 assert_block_equal(tm.round_trip_pickle(blk, temp_file), blk)
267
268 def test_mgr_locs(self, fblock):
269 assert isinstance(fblock.mgr_locs, BlockPlacement)

Callers

nothing calls this directly

Calls 2

create_blockFunction · 0.85
assert_block_equalFunction · 0.85

Tested by

no test coverage detected