__feature__.pyi 246 B

12345678910
  1. # Copyright (C) 2022 The Qt Company Ltd.
  2. # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
  3. snake_case = 0x01
  4. true_property = 0x02
  5. all_feature_names = [
  6. "snake_case",
  7. "true_property",
  8. ]