ironflow.model.flow module

class ironflow.model.flow.Flow(session, script)[source]

Bases: Flow

Wraps ryvencore.Flow.Flow to override the connection validity check, so we can add type checking.

static batched_or_nothing(dtype: DType) str[source]
check_connection_validity(p1: NodePort, p2: NodePort) bool[source]

Checks whether a considered connect action is legal