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: Optional[str]#
examples: Optional[List[Any]]#
property has_value: bool#
id: Union[str, int, tuple]#
import_error: Optional[Exception]#
label: Optional[str]#
name: str#
required: bool#
property required_without_value: bool#
task_identifier: str#
value: Any#