aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/__feature__.pyi.in
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/PySide6/__feature__.pyi.in')
-rw-r--r--sources/pyside6/PySide6/__feature__.pyi.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/sources/pyside6/PySide6/__feature__.pyi.in b/sources/pyside6/PySide6/__feature__.pyi.in
new file mode 100644
index 000000000..c9a8907d1
--- /dev/null
+++ b/sources/pyside6/PySide6/__feature__.pyi.in
@@ -0,0 +1,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",
+]