Region#

class diced.Region(sequence, start, end)#

A sequence region.

end#

The end coordinate of the region (zero-based, exclusive).

Type:

int

start#

The start coordinate of the region (zero-based).

Type:

int