Skip to main content

DynamicAxis

axis (property)

(self) -> int

input (property)

(self) -> str

name (property)

(self) -> str

__init__

__init____init__(self) -> None

init(self) -> None init(self, input: str = '', axis: int = 0, name: str = '') -> None

Overloaded function.

  1. __init__(self) -> None

  2. __init__(self, input: str = '', axis: int = 0, name: str = '') -> None

Declare one axis dynamic: input name (empty = every input with the axis), 0-based axis, optional shared dimension name.