kedro.framework.cli.pipeline.PipelineArtifacts¶
-
class
kedro.framework.cli.pipeline.PipelineArtifacts(pipeline_dir: pathlib.Path, pipeline_tests: pathlib.Path, pipeline_conf: pathlib.Path)[source]¶ An ordered collection of source_path, tests_path, config_paths
Attributes
Alias for field number 2
Alias for field number 0
Alias for field number 1
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
-
count(value, /)¶ Return number of occurrences of value.
-
index(value, start=0, stop=9223372036854775807, /)¶ Return first index of value.
Raises ValueError if the value is not present.
-
property
pipeline_conf¶ Alias for field number 2
-
property
pipeline_dir¶ Alias for field number 0
-
property
pipeline_tests¶ Alias for field number 1
-