mirror of
https://github.com/python/cpython.git
synced 2025-07-13 06:15:17 +00:00

gh-106016: Add Lib/test/test_module/ directory (GH-108293)
* Move Python scripts related to test_module to this new directory:
good_getattr.py and bad_getattrX.py scripts.
* Move Lib/test/test_module.py to Lib/test/test_module/__init__.py.
(cherry picked from commit adfc118fda
)
Co-authored-by: Victor Stinner <vstinner@python.org>
4 lines
61 B
Python
4 lines
61 B
Python
x = 1
|
|
|
|
__getattr__ = "Surprise!"
|
|
__dir__ = "Surprise again!"
|