alecthomas / alecthomas/importmagic
sometimes make private names available
未关闭
- 主要语言
- Python
- 星标
- 122
- 派生
- 21
- PR 合并指标
- 30 天内没有已合并 PR
描述
*Within* a single package, sometimes names beginning with underscores are things that need to be imported internally; implementation modules might be private. So if I'm working in `src/foo/_bar.py` and `_baz` is defined in `src/foo/_qux.py`, I want to see that import available. However, not all private symbols should be indexed; if I'm in `src/xyz`, I should not see any private imports from `foo/`.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。