UnifiedFetch#
- class gwpy.io.registry.UnifiedFetch(instance: ~gwpy.io.registry.T, cls: type[~gwpy.io.registry.T], registry: ~gwpy.io.registry.UnifiedFetchRegistry = <gwpy.io.registry.UnifiedFetchRegistry object>)[source]#
Bases:
UnifiedRead[T],Generic[T]Base
Class.fetch()implementation.Attributes Summary
Methods Summary
__call__(*args[, source])Execute
cls.fetch().help([source, out])Output help documentation for the specified
UnifiedFetchsource.merge(*args, **kwargs)Fetch does not support merging.
Attributes Documentation
- method: Literal['fetch', 'get'] = 'fetch'#
Methods Documentation
- help( ) None[source]#
Output help documentation for the specified
UnifiedFetchsource.By default the help output is printed to the console via
pydoc.pager. Instead one can supplied a file handle object asoutand the output will be written to that handle.- Parameters:
- source
str UnifiedFetchsource (format) name, e.g. ‘sql’ or ‘gwosc’.- out
Noneor file-like Output destination (default is stdout via a pager)
- source