ytree.analysis.analysis_pipeline.AnalysisPipeline.process_target

AnalysisPipeline.process_target(target)[source]

Process a node through the AnalysisPipeline.

All operations added to the AnalysisPipeline will be run on the provided target.

Parameters:target (TreeNode) – The node on which to run the analysis pipeline.