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]
deinit() None[source]
init(context: RunnerContext) None[source]
model_post_init(_Node__context: Any) None

See docstring of process() for description of post init wrapping of generators

process(epoch: Epoch, **kwargs: Any) Any[source]
property tube_spec: TubeSpecification