1 2 3 4 5 6 7 8
# build-aux/mypy-stubs/xlwt/ExcelFormula.pyi - Type stubs for xlwt # # Copyright (C) 2025 Luke T. Shumaker <lukeshu@lukeshu.com> # SPDX-License-Identifier: AGPL-3.0-or-later class Formula: def __init__(self, s: str) -> None: ... def text(self) -> str: ...