alecthomas / alecthomas/importmagic

sometimes make private names available

Open
#63 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
122
Forks
21
PR merge metrics
No merged PRs in 30d

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.