def __init__(self, cls: type[T], prefix: str = '', exclude: bool = False, hidden: typing.Iterable[str] | None = None)
Source: laco/language.py:1265