Podcast
Questions and Answers
What happens to the namespace when someone does an import from common.validators import star?
What happens to the namespace when someone does an import from common.validators import star?
Why is the dunder all method used in the validators module code?
Why is the dunder all method used in the validators module code?
What is the problem with having numeric and is_numeric in the namespace?
What is the problem with having numeric and is_numeric in the namespace?
What is the advantage of setting dunder all in each individual module?
What is the advantage of setting dunder all in each individual module?
Signup and view all the answers
Why is it a bad practice to do an import star from the common.validators module?
Why is it a bad practice to do an import star from the common.validators module?
Signup and view all the answers