Back
Type Name Operations
idle3
idle3.13
pip
pip3
pip3.13
pydoc3
pydoc3.13
python
python3
python3-config
python3.13
python3.13-config

File Transfer

Upload files to current directory

File Editor: pydoc3

#!/bin/sh '''exec' "$(dirname -- "$(realpath -- "$0")")/python3.13" "$0" "$@" ' ''' import pydoc if __name__ == '__main__': pydoc.cli()