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

Method test_attrs

pandas/tests/internals/test_internals.py:368–371  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

366
367class TestBlockManager:
368 def test_attrs(self):
369 mgr = create_mgr("a,b,c: f8-1; d,e,f: f8-2")
370 assert mgr.nblocks == 2
371 assert len(mgr) == 6
372
373 def test_duplicate_ref_loc_failure(self):
374 tmp_mgr = create_mgr("a:bool; a: f8")

Callers

nothing calls this directly

Calls 1

create_mgrFunction · 0.85

Tested by

no test coverage detected