kedro.framework.cli.pipeline.PipelineArtifacts¶
- class kedro.framework.cli.pipeline.PipelineArtifacts(pipeline_dir: Path, pipeline_tests: Path, pipeline_conf: Path)[source]¶
一个有序的集合,包含 source_path、tests_path 和 config_paths
属性
字段编号2的别名
字段编号0的别名
字段编号1的别名
方法
count(value, /)返回值的出现次数。
index(value[, start, stop])返回值的第一个索引。
- count(value, /)¶
返回值的出现次数。
- index(value, start=0, stop=9223372036854775807, /)¶
返回值的第一个索引。
如果值不存在则引发ValueError。