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

Namespaces

namespace  __main__
 
namespace  __pip
 -runner__
 
namespace  __pip-runner__
 
namespace  _internal
 
namespace  _vendor
 

Functions

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

Function Documentation

◆ main()

int main ( Optional[List[str]]   args = None)
This is an internal API only meant for use by pip's own console scripts.

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

Definition at line 6 of file __init__.py.

6def main(args: Optional[List[str]] = None) -> int:
7 """This is an internal API only meant for use by pip's own console scripts.
8
9 For additional details, see https://github.com/pypa/pip/issues/7498.
10 """
11 from pip._internal.utils.entrypoints import _wrapper
12
13 return _wrapper(args)