Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
pip._internal.commands.completion Namespace Reference

Data Structures

class  CompletionCommand
 

Variables

str BASE_COMPLETION
 
dict COMPLETION_SCRIPTS
 

Variable Documentation

◆ BASE_COMPLETION

str BASE_COMPLETION
Initial value:
1= """
2# pip {shell} completion start{script}# pip {shell} completion end
3"""

Definition at line 10 of file completion.py.

◆ COMPLETION_SCRIPTS

dict COMPLETION_SCRIPTS
Initial value:
1= {
2 "bash": ,
3 "zsh": ,
4 "fish": ,
5 "powershell": ,
6}

Definition at line 14 of file completion.py.