filmov
tv
90% of Python developers didn't know the import * statement had this feature
Показать описание
The import * statement is not recommended to use because it has some unexpected side effects, however, did you know you can control it's behaviour with the __all__ dunder?