BLUE
PHP 7.4.33
Path:
//usr/share/bash-completion/helpers
Run
Logout
Edit File
Size: 331 B
Close
//usr/share/bash-completion/helpers/python
Text
Base64
# -*- python -*- import pkgutil import sys # walk_packages() is much slower than iter_modules(), use it only when # completing something with a dot in it. if len(sys.argv) > 1 and "." in sys.argv[1]: walker = pkgutil.walk_packages else: walker = pkgutil.iter_modules for mod in walker(): print(mod[1]) # noqa: E211
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
perl
2.50 KB
lrw-r--r--
2021-11-15 21:58:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
python
331 B
lrw-r--r--
2021-11-15 21:58:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).