(self, typ, data, temp_file)
| 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) |
nothing calls this directly
no test coverage detected