boilercv.pipelines.pipes#

Pipes.

Submodules#

Package Contents#

Classes#

ContextValue

Context value.

Pipe

Pipe.

PipeWithInfo

Pipe with validation info.

API#

class boilercv.pipelines.pipes.ContextValue#

Context value.

classmethod name_to_snake() str#

Get name.

class boilercv.pipelines.pipes.Pipe#

Pipe.

f: collections.abc.Callable[[Any, Any], Any]#

None

context_value: boilercv.pipelines.pipes.ContextValue#

None

class boilercv.pipelines.pipes.PipeWithInfo#

Pipe with validation info.

f: collections.abc.Callable[[Any, Any, Any], Any]#

None

context_value: boilercv.pipelines.pipes.ContextValue#

None