Warning, /libraries/kopeninghours/PyKOpeningHours/PyKOpeningHours.pyi is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2020 David Faure <faure@kde.org>
0002 # SPDX-License-Identifier: LGPL-2.0-or-later
0003 
0004 from typing import Any
0005 
0006 class Error():
0007     EvaluationError: Any = ...
0008     IncompatibleMode: Any = ...
0009     MissingLocation: Any = ...
0010     MissingRegion: Any = ...
0011     NoError: Any = ...
0012     Null: Any = ...
0013     SyntaxError: Any = ...
0014     UnsupportedFeature: Any = ...
0015     names: Any = ...
0016     values: Any = ...
0017 
0018 class Mode():
0019     IntervalMode: Any = ...
0020     PointInTimeMode: Any = ...
0021     names: Any = ...
0022     values: Any = ...
0023 
0024 class OpeningHours():
0025     def error(KOpeningHours) -> Error: ...
0026     def normalizedExpression(self) -> str: ...
0027     def setExpression(self, str) -> None: ...