-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed as not planned
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-replRelated to the interactive shellRelated to the interactive shelltype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
press TAB
after
import o
shows
object() oct( open( or ord(
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
### Tasks
- [ ] Design the infrastructure for discovering importable modules
- [ ] Benchmark the cost of adding `import` completion (how long it takes to create the cache, how fluid it is in the end)
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-replRelated to the interactive shellRelated to the interactive shelltype-featureA feature request or enhancementA feature request or enhancement