kedro.framework.hooks.specs

描述

一个包含Kedro执行时间线中所有可调用钩子规范的模块。 如需了解更多关于这些规范的信息,请访问 [Pluggy的文档](https://pluggy.readthedocs.io/en/stable/#specs)

DataCatalogSpecs()

定义数据目录生命周期钩子所有规范的命名空间。

DatasetSpecs()

定义数据集生命周期钩子所有规范的命名空间。

KedroContextSpecs()

定义Kedro上下文生命周期钩子所有规范的命名空间。

NodeSpecs()

定义节点生命周期钩子所有规范的命名空间。

PipelineSpecs()

定义管道生命周期钩子所有规范的命名空间。