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
0f77bf27ca
cpython
/
Lib
/
venv
/
scripts
/
posix
/
pydoc
6 lines
94 B
Plaintext
Executable File
Raw
Blame
History
#!__VENV_PYTHON__
if __name__ == '__main__':
import sys, pydoc
sys.exit(pydoc.cli())
Reference in New Issue
View Git Blame
Copy Permalink