brane.libs.hooks package
Submodules
brane.libs.hooks.core module
- brane.libs.hooks.core.check_path_existence(context: ContextInterface)
- brane.libs.hooks.core.create_parent_directory(context: ContextInterface)
brane.libs.hooks.image module
- class brane.libs.hooks.image.PILResizeHook(size: tuple[int, int], resample=None)
Bases:
Hook- hook_name: Optional[str] = 'PILResize'
- condition(context: ContextInterface) bool