This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cpython
mirror of
https://github.com/python/cpython.git
Watch
2
Star
0
Fork
You've already forked cpython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b6d24d9746
cpython
/
Lib
/
venv
/
scripts
/
nt
/
pydoc.py
5 lines
93 B
Python
Raw
Blame
History
#!__VENV_PYTHON__
if
__name__
==
'
__main__
'
:
import
sys
,
pydoc
sys
.
exit
(
pydoc
.
cli
(
)
)
Reference in New Issue
View Git Blame
Copy Permalink