ipython / ipython/ipykernel

import completion is unaware of pep 420 namespace packages.

オープン
#312 コメント 0 件 リアクション 2 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
734
フォーク
412
平均マージ
1日 5時間
マージ済み PR(30日)
8

説明

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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。