index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
/
scripts
/
pydoc
blob: 0879a4258784b86a8751e3f1fe463e0aa697382f (
plain
)
1
2
3
4
5
#!/usr/bin/env python import pydoc if __name__ == '__main__': pydoc.cli()