import completion is unaware of pep 420 namespace packages.
Aperta
- Lingua principale
- Python
- Stelle
- 734
- Fork
- 412
- Merge medio
- 1g 5h
- PR unite (30g)
- 8
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.