packages Flashcards
1
Q
path attribute of module
A
__path__
2
Q
list of directories python searches for modules
A
sys.path
3
Q
enviromental variable for python packages location
A
PYTHONPATH
4
Q
path to module file
A
__file__
5
Q
list of attribute names imported via from module import *
A
__all__
6
Q
executable directory must contain file
A
__main__.py