Python Practice Test
Python Modules and Packages 2
What does the `__all__` variable in a module control?
Select your answer
A
Which names are exported when `from module import *` is used
B
Which functions are automatically called on import
C
The order in which module attributes are loaded
D
Which names are visible in `dir(module)`
Hint
✨ Remove Ads & Unlock Every Exam
— From $1.49
🃏 PYTHON Flashcards — Study This Quiz as Flip Cards →
📚 Want to go deeper? Read the Full PYTHON Study Guide →