Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/
Python
Python
/Python Grammar/
Python Import System
Search

Python Import System

Creator
Creator
Seonglae Cho
Created
Created
2021 Jul 23 8:54
Editor
Editor
Seonglae Cho
Edited
Edited
2021 Jul 23 8:55
Refs
Refs
Python importlib
 
 
 
 
5. The import system - Python 3.9.6 documentation
Python code in one gains access to the code in another module by the process of it. The statement is the most common way of invoking the import machinery, but it is not the only way. Functions such as importlib.import_module() and built-in can also be used to invoke the import machinery.
5. The import system - Python 3.9.6 documentation
https://docs.python.org/ko/3/reference/import.html
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/
Python
Python
/Python Grammar/
Python Import System
Copyright Seonglae Cho