alecthomas / alecthomas/importmagic
sometimes make private names available
Aperta
- Lingua principale
- Python
- Stelle
- 122
- Fork
- 21
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
*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/`.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.