bpo-32225: Implementation of PEP 562 (#4731)
Implement PEP 562: module __getattr__ and __dir__. The implementation simply updates module_getattro and module_dir.
Showing
Please
register
or
sign in
to comment
Implement PEP 562: module __getattr__ and __dir__. The implementation simply updates module_getattro and module_dir.