Searched refs:BlockType (Results 1 – 1 of 1) sorted by relevance
167 class BlockType(Enum): class180 return BlockType.REF_PAGE_LIKE182 return BlockType.CODE184 return BlockType.BOX603 new_block_type = BlockType.lineToBlockType(line)612 if new_block_type != BlockType.REF_PAGE_LIKE and self.prev_line_ref_page_tag:659 if block_type == BlockType.REF_PAGE_LIKE:676 if block_type == BlockType.CODE:691 if old_top.block_type == BlockType.CODE:694 elif old_top.block_type == BlockType.REF_PAGE_LIKE and old_top.refpage:[all …]