Generating API documentation as a textfile
Giampaolo Rodola'
gnewsg at gmail.com
Mon Dec 3 09:45:45 EST 2007
More information about the Python-list mailing list
Mon Dec 3 09:45:45 EST 2007
- Previous message (by thread): Generating API documentation as a textfile
- Next message (by thread): Generating API documentation as a textfile
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 3 Dic, 11:26, Samuel <newsgro... at debain.org> wrote: > Does anyone know an easy way to extract the API documentation that is > embedded into a Python file as a text file? > > -Samuel Something like this? print >> open('file.txt', 'w'), dir.__doc__
- Previous message (by thread): Generating API documentation as a textfile
- Next message (by thread): Generating API documentation as a textfile
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list