aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/tutorials/basictutorial
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2024-10-21 18:17:09 +0200
committerChristian Tismer <tismer@stackless.com>2024-10-22 14:56:57 +0000
commita27a9bf413288cbadf64188fe9a8a3fc6a6f1b9c (patch)
tree7963ac27fa7330795210064352358e8a6dcfc66f /sources/pyside6/doc/tutorials/basictutorial
parentd99a314f7cfe7a4572e90aa96e48a86cb4637360 (diff)
setup: fix PySide6.__all__ after the wheel split, amendment 2
When trying to write a module.__all__ variable without interference with different runtime folders, this version uses the __getattr__ support that Python 3.7 has introduced. This creates the __all__ variable on demand, when someone accesses that variable, for instance by "from PySide6 import *" which is the intended use. amends 703d975f16aff95bc9014a2689a3ae824b5a552f. Task-number: PYSIDE-1890 Change-Id: Ia4ead5bc7e499573d534ec7237b27ee737590a91 Fixes: PYSIDE-2895 Pick-to: 6.8 6.8.0 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/doc/tutorials/basictutorial')
0 files changed, 0 insertions, 0 deletions