AxisIntLiteral
|
alias of Literal [0, 1, 2] |
CellAxisStrLiteral
|
alias of Literal ['a', 'b', 'c'] |
CellAxisLiteral
|
alias of Literal [0, 1, 2] | Literal ['a', 'b', 'c'] |
CartesianAxisStrLiteral
|
alias of Literal ['x', 'y', 'z'] |
CartesianAxisLiteral
|
alias of Literal [0, 1, 2] | Literal ['x', 'y', 'z'] |
CellAxis
|
alias of Literal [0, 1, 2] | Literal ['a', 'b', 'c'] |
CellAxes
|
alias of Literal [0, 1, 2] | Literal ['a', 'b', 'c'] | Sequence [Literal [0, 1, 2] | Literal ['a', 'b', 'c']] |
CartesianAxis
|
alias of Literal [0, 1, 2] | Literal ['x', 'y', 'z'] |
CartesianAxes
|
alias of Literal [0, 1, 2] | Literal ['x', 'y', 'z'] | Sequence [Literal [0, 1, 2] | Literal ['x', 'y', 'z']] |
AnyAxis
|
alias of Literal [0, 1, 2] | Literal ['a', 'b', 'c'] | Literal ['x', 'y', 'z'] |
AnyAxes
|
alias of Literal [0, 1, 2] | Literal ['a', 'b', 'c'] | Sequence [Literal [0, 1, 2] | Literal ['a', 'b', 'c']] | Literal ['x', 'y', 'z'] | Sequence [Literal [0, 1, 2] | Literal ['x', 'y', 'z']] |