This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-10-21 00:44:12 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a96c96f5da
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 22:11:55 +10: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 18:20:34 +10:00
ensurepip
.
_main
(
)
Reference in a new issue
Copy permalink