xref
: /
external
/
python
/
cpython3
/
Tools
/
scripts
/
pydoc3
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
usr
/
bin
/
env
python3
2
3
import
pydoc
4
if
__name__
==
'__main__'
:
5
pydoc
.
cli
()
6