从源代码来看:
Run Code Online (Sandbox Code Playgroud)"""Fixer for import statements. If spam is being imported from the local directory, this import: from spam import eggs Becomes: from .spam import eggs And this import: import spam Becomes: from . import spam """
所以兄弟姐妹代表“在同一水平上”。
| 归档时间: |
|
| 查看次数: |
611 次 |
| 最近记录: |