This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
61dab6e3fa
cpython
/
Lib
/
ensurepip
/
__main__.py
5 lines
67 B
Python
Raw
Normal View
History
Unescape
Escape
Close #19406: Initial implementation of ensurepip Patch by Donald Stufft and Nick Coghlan
2013-11-11 08:11:55 -04:00
import
ensurepip
if
__name__
==
"
__main__
"
:
Issue #19728: fix ensurepip name clash with submodule Also added refactoring and added basic tests for the argument parsing in both ensurepip._main and ensurepip._uninstall._main.
2013-12-23 04:20:34 -04:00
ensurepip
.
_main
(
)