Source code for upxo.grids.gridder

[docs] class rectangular(): __slots__ = ('x', 'y') def __init__(self): """Initialise the instance.""" raise NotImplementedError("rectangular is not yet implemented.")