is_mock_name# lsst.pipe.base.tests.mocks.is_mock_name(name: str | None) → bool# Return whether the given name is that of a mock storage class, dataset type, or task label. Parameters# namestr or NoneThe given name to check. Returns# is_mockboolWhether the name is for a mock or not.