ewokscore.graph.inputs.NodeInput#

class ewokscore.graph.inputs.NodeInput(id, label, task_identifier, name, value, required, description, examples, import_error)[source]#

Bases: object

Parameters:
  • id (Union[str, int, tuple])

  • label (Optional[str])

  • task_identifier (str)

  • name (str)

  • value (Any)

  • required (bool)

  • description (Optional[str])

  • examples (Optional[List[Any]])

  • import_error (Optional[Exception])

description: str | None#
examples: List[Any] | None#
property has_value: bool#
id: str | int | tuple#
import_error: Exception | None#
label: str | None#
name: str#
required: bool#
property required_without_value: bool#
task_identifier: str#
value: Any#