Re: [Tutor] How to Automatically generate a synopsis for a Module

2006-11-27 Thread Tim Johnson
Amazing what google can do I think pydoc does it all... pydoc -p 1234 sets up the server what what I need. Never mind! :-) tim * Tim Johnson <[EMAIL PROTECTED]> [061127 17:24]: > Hello: > If I start the python interpreter, then import a file, and > type > help(module_name_here) > Documenta

[Tutor] How to Automatically generate a synopsis for a Module

2006-11-27 Thread Tim Johnson
Hello: If I start the python interpreter, then import a file, and type help(module_name_here) Documentation about the module is displayed in detail. I would like to write a python script that Searches for all python scripts in a directory, and extracts (initially) the description for each scrip