alecthomas / alecthomas/importmagic

sometimes make private names available

Abierto
#63 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Python
Estrellas
122
Forks
21
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

*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/`.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.