Cell#

class discopy.drawing.grid.Cell(start, stop, label=None)[source]#

Bases: object

A cell is a pair of integers start and stop and an optional label.

Parameters
Return type

None