Fetchez Hooks#
Hooks allow you to intercept, filter, and modify data before, during or after the fetch process.
fetchez.hooks.__init__#
This init file also holds the FetchHook super class
- copyright:
2010-2026 Regents of the University of Colorado
- license:
MIT, see LICENSE for more details.
- class fetchez.hooks.FetchHook(stage=None, **kwargs)[source]#
Bases:
objectBase class for all Fetchez Hooks.
- name = 'base_hook'#
- meta_desc = 'Does something.'#
- meta_category = 'uncategorized'#
- meta_stage = 'file'#