aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/__feature__.pyi.in
blob: c9a8907d14f1c583d81d3de37eed572c2a85d13f (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

snake_case = 0x01
true_property = 0x02

all_feature_names = [
    "snake_case",
    "true_property",
]