tube¶
- pydantic model TubeNode[source]¶
A node that contains another tube within it
- Config:
extra: str = forbid
- Fields:
- field tube: Path | PathLike[str] | Annotated[str, FieldInfo(annotation=NoneType, required=True, metadata=[_PydanticGeneralMetadata(pattern='[\\w\\-\\/#]+')])] [Required]¶
- init(context: RunnerContext) None[source]¶
- model_post_init(_Node__context: Any) None¶
See docstring of
process()for description of post init wrapping of generators
- property tube_spec: TubeSpecification¶