get_mock_name#

lsst.pipe.base.tests.mocks.get_mock_name(original: str) str#

Return the name of the mock storage class, dataset type, or task label for the given original name.

Parameters#

originalstr

Original name.

Returns#

namestr

The name of the mocked version.