montepy.input_parser.block_type module

class montepy.input_parser.block_type.BlockType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

An enumeration for the different blocks in an input file.

CELL = 0

The first block that details Cell information.

DATA = 2

The third block that provides additional information and data.

SURFACE = 1

The second block that details Surface information.