summaryrefslogtreecommitdiff
path: root/build-aux/mypy-stubs/xlwt/ExcelFormula.pyi
blob: 350216e6d792676204b8ce4417c29573d8fb8dd4 (plain)
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: ...