SplitKwarg

class SplitKwarg[source]

Wraps a kwarg value that should take on distinct values for ‘source’ and ‘outset’ axes when maping or broadcasting over an outset.OutsetGrid.

source

The value of the argument to be used in the ‘source’ context.

Type:

Any

outEDset

The value of the argument to be used in the ‘outset’ context.

Type:

Any

__init__(source: Any, outset: Any) None

Methods

Attributes

source

outset

source: Any
outset: Any
__init__(source: Any, outset: Any) None
__repr__()

Return repr(self).