memo

2011-02-22

python のモジュール一覧を表示するワンライナー

$ python -c 'import pydoc, sys; pydoc.ModuleScanner().run(lambda *x: sys.stdout.write(x[1] + "\n"))'