get_input_slots#
- abstractmethod Node.get_input_slots(name: str | None = None) Tuple[InputSlot, ...]#
 Get current node’s input slots.
- Parameters:
 - name
Optional[str],optional Slot name, by default
None.
- name
 - Returns:
 Tuple[InputSlot, …]Tuple of current node’s input slots optionally filtered by name.
- Raises:
 OslCommunicationErrorRaised when an error occurs while communicating with the server.
OslCommandErrorRaised when a command or query fails.
TimeoutErrorRaised when the timeout float value expires.