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

Namespaces

namespace  build_env
 
namespace  cache
 
namespace  cli
 
namespace  commands
 
namespace  configuration
 
namespace  distributions
 
namespace  exceptions
 
namespace  index
 
namespace  locations
 
namespace  main
 
 
namespace  models
 
namespace  network
 
namespace  operations
 
namespace  pyproject
 
namespace  req
 
namespace  resolution
 
namespace  self_outdated_check
 
namespace  utils
 
namespace  vcs
 
namespace  wheel_builder
 

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 11 of file __init__.py.

11def main(args: (Optional[List[str]]) = None) -> int:
12 """This is preserved for old console scripts that may still be referencing
13 it.
14
15 For additional details, see https://github.com/pypa/pip/issues/7498.
16 """
17 from pip._internal.utils.entrypoints import _wrapper
18
19 return _wrapper(args)