inherit_unified_io#

gwpy.io.registry.inherit_unified_io(
klass: type[UnifiedIOClassT],
) type[UnifiedIOClassT][source]#

Re-register all Unified I/O readers/writers/identifiers from a parent to a child.

Only works with the first parent in the inheritance tree.

This allows the Unified I/O registrations for the child class to be modified independently of the parent.