The order in which python looks for the function/module names used by you are-
- First it searches for built in version
- If not found built in version, than searches for file in info.py under the directory of python installation.
The order in which python looks for the function/module names used by you are-