Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
|||
|
|||
|
|
|||
__package__ =
|
Imports: re, urllib, QueryParams
|
>>> 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.0.1 on Sat Apr 23 18:49:15 2016 | http://epydoc.sourceforge.net |