kedro.io.ExistsMixin

class kedro.io.ExistsMixin[source]

Mixin class which provides an exists() method.

__init__()

Initialize self. See help(type(self)) for accurate signature.

Methods

exists() Checks whether a data set’s output already exists by calling the provided _exists() method.