Skip to content

Class tigrbl.hook._hook.Hook

tigrbl.hook._hook.Hook dataclass

Hook(phase, fn, ops, name=None, description=None)

Concrete hook bound to a phase and one or more ops.

phase instance-attribute

phase

fn instance-attribute

fn

ops instance-attribute

ops

name class-attribute instance-attribute

name = None

description class-attribute instance-attribute

description = None