ipython / ipython/ipykernel

import completion is unaware of pep 420 namespace packages.

Open
#312 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
734
Forks
412
Avg merge
1d 5h
Merged PRs (30d)
8

Description

When attempting to import a pep 420 namespace package, tab completion is not presenting the namespace packages.

Interestingly, after the namespace package is included in the line tab completion resumes working.

```
In [1]: import parent\t
```

Nothing...

```
In [2]: import parent_ns.pkg_\t
pkg_c
pkg_d
```
Here we got pkg_c and pkg_d options.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.