# build-aux/mypy-stubs/xlrd/biffh.pyi - Type stubs for xlrd # # Copyright (C) 2025 Luke T. Shumaker # SPDX-License-Identifier: AGPL-3.0-or-later import typing class BaseObject(object): def dump( self, f: typing.TextIO | None = None, header: str | None = None, footer: str | None = None, indent: int = 0, ) -> None: ...