in plugins/mkdocs-atlas-formatting-plugin/mkdocs_atlas_formatting_plugin/block.py [0:0]
def build_output(self) -> None:
method_name = 'build_' + self.type.replace('-', '_')
try:
getattr(self, method_name)()
except AttributeError:
logger.error(f'{method_name} method is missing')