UnifiedGet#
- class gwpy.io.registry.UnifiedGet(instance: ~gwpy.io.registry.T, cls: type[~gwpy.io.registry.T], registry: ~gwpy.io.registry.UnifiedGetRegistry = <gwpy.io.registry.UnifiedGetRegistry object>, module: str | None = None)[source]#
Bases:
UnifiedFetch,Generic[T]Unified I/O
.get()implementation.This is similar to
UnifiedReadorUnifiedFetchexcept that the getter will iterate over multiple sources returned by theUnifiedGetRegistry.identify_sourcesmethod, to retrieve the data any way it can.Attributes Summary
Methods Summary
__call__(*args[, source])Execute
cls.get().Attributes Documentation
- method = 'get'#
Methods Documentation