I implemented custom yaml loader with custom tags. I want to apply one of the tags (custom_mapper) to dict inside list.
class YamlLoader(yaml.SafeLoader): de