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

Functions

int main (Optional[List[str]] args=None)
 

Function Documentation

◆ main()

int main ( Optional[List[str]]   args = None)
This is preserved for old console scripts that may still be referencing
it.

For additional details, see https://github.com/pypa/pip/issues/7498.

Definition at line 4 of file main.py.

4def main(args: Optional[List[str]] = None) -> int:
5 """This is preserved for old console scripts that may still be referencing
6 it.
7
8 For additional details, see https://github.com/pypa/pip/issues/7498.
9 """
10 from pip._internal.utils.entrypoints import _wrapper
11
12 return _wrapper(args)