Source code for peek_plugin_base.simple_subproc.simple_subproc_task_constructor_tuple

from typing import Any

from vortex.Tuple import Tuple
from vortex.Tuple import TupleField
from vortex.Tuple import addTupleType


[docs]@addTupleType class SimpleSubprocTaskConstructorTuple(Tuple): __tablename__ = "SimpleSubprocTaskConstructorTuple" __tupleType__ = "peek_plugin_base." + __tablename__ # Call arguments kwargs: dict[str, Any] = TupleField()