I want to know really what happens when we import a module file in python.I mean it's process, in other words what things by python will be run or check?! like __init__.py or sys.modules and etc.
for example i know __init__.py are necessary files in every package,i want to know python what does with these files on import time?
please light this for me.
|
|
||||
|
|
|
Read the tutorial section about modules, the documentation of the import statement, the Edit: After reading your question once more, there is a specific part to your question, about what In an |
|||||||||||
|
