h5rdmtoolbox.convention.core.use

Contents

h5rdmtoolbox.convention.core.use#

class h5rdmtoolbox.convention.core.use(convention_or_name)[source]#

Enable a convention. To disable the convention, active an empty convention like so: cv.use(None)

Parameters:

convention_or_name (Union[str, Convention, None]) – The convention name or object to enable.

__init__(convention_or_name)[source]#

Methods

__init__(convention_or_name)