Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Functions | Variables
pip._internal.commands Namespace Reference

Functions

Command create_command (str name, **Any kwargs)
 
Optional[str] get_similar_commands (str name)
 

Variables

 CommandInfo = namedtuple("CommandInfo", "module_path, class_name, summary")
 
dict commands_dict
 

Detailed Description

Package containing all pip commands

Function Documentation

◆ create_command()

Command pip._internal.commands.create_command ( str  name,
**Any  kwargs 
)
Create an instance of the Command class with the given name.

◆ get_similar_commands()

Optional[str] pip._internal.commands.get_similar_commands ( str  name)
Command name auto-correct.