interface
def iterlanglinks( self, total: int | None = None, include_obsolete: bool = False, ) -> Iterable[pywikibot.Link]:
Problem
total is not respected if _langlinks is given:
if hasattr(self, '_langlinks'): return iter(self.langlinks(include_obsolete=include_obsolete))