Skip to content

sometimes make private names available #63

Description

@glyph

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions