alecthomas / alecthomas/importmagic
sometimes make private names available
Ouverte
- Langage dominant
- Python
- Étoiles
- 122
- Forks
- 21
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
*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/`.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.