DataExporterRegistry

class glue.config.DataExporterRegistry[source]

Bases: glue.config.Registry

Stores data exporters. Data exporters take a data/subset object as input followed by a filename.

Methods Summary

__call__(self, label[, extension])

This is provided so that registry instances can be used as decorators.

Methods Documentation

__call__(self, label, extension=[])[source]

This is provided so that registry instances can be used as decorators. The decorators should add the decorated code object to the registry, and return the original function