KUJUNTI.ID MINISH3LL
Path : /usr/share/bash-completion/helpers/
(S)h3ll Cr3at0r :
F!le Upl0ad :

B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H

Current File : //usr/share/bash-completion/helpers/python


# -*- 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

© KUJUNTI.ID