UnifiedFetchRegistry#

class gwpy.io.registry.UnifiedFetchRegistry[source]#

Bases: UnifiedInputRegistry

UnifiedInputRegistry hacked to support a .fetch() method.

Fetch is a read-like operation that does not take a file or file-like object as input, but instead takes other arguments to fetch data from a single source, e.g. a database or web API.

Attributes Summary

Attributes Documentation

name: Literal['read', 'fetch', 'get'] = 'fetch'#