ftag.region#

Classes#

Region

Dataclass to store info about a region.

Module Contents#

class ftag.region.Region#

Dataclass to store info about a region.

name#

Name of the region

Type:

str

cuts#

Cuts of this region

Type:

Cuts

name: str#
cuts: ftag.cuts.Cuts#
__str__() str#
__lt__(other)#
__eq__(other)#