INNER CODE UNIT · Python
mlem_group
iterative/mlem · mlem/cli/main.py:336
def mlem_group(
section,
aliases: Optional[List[str]] = None,
is_generated_from_ext: bool = False,
):
class MlemGroupSection(MlemGroup):
def __init__(self, *args, **kwargs):
super().__init__(
*args,
section=section,
aliases=aliases,
is_generated_from_ext=is_generated_from_ext,
**kwargs,
)
return MlemGroupSection