def setUp(self):
     tags = Tags.fromtext(BLOCKS_WITH_ATTRIB_DXF13)
     self.blocks = BlocksSection(tags, DrawingProxy('AC1024'))
 def setUp(self):
     tags = Tags.from_text(BLOCKS_WITH_ATTRIB_DXF12)
     self.blocks = BlocksSection.from_tags(tags, DrawingProxy('AC1009'))
 def setUp(self):
     tags = Tags.fromtext(BLOCKS_DXF12)
     self.blocks = BlocksSection(tags, DrawingProxy('AC1009'))
 def setUp(self):
     tags = Tags.from_text(BLOCKS_DXF13)
     self.blocks = BlocksSection.from_tags(tags, DrawingProxy('AC1024'))