| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
>>> txt = "123 567 90 123\n456 89\n" >>> print FillParagraph(txt,width=10) 123 567 90 123 456 89 >>> print FillParagraph(txt,width=10,indentLinesBy=3) 123 567 90 123 456 89 >>> txt = '123 567 \n' >>> print FillParagraph(txt,width=10) 123 567 |
Exports a sequence of JournalArticleRecords to a Medline text format (not XML) that can be imported by EndNote |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sat May 24 08:37:02 2008 | http://epydoc.sourceforge.net |