模块、import 与名字空间 | Python
本章覆盖:模块对象;import module;from module import name;as 别名;模块名字空间;重复 import 与模块缓存基础。
本章知识点
- 模块对象
- import module
- from module import name
- as 别名
- 模块名字空间
- 重复 import 与模块缓存基础
本章覆盖:模块对象;import module;from module import name;as 别名;模块名字空间;重复 import 与模块缓存基础。