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 はまだ評価されていません。