Package Pyblio :: Package Parsers :: Package Syntax :: Module ISI
[show private | hide private]
[frames | no frames]

Module Pyblio.Parsers.Syntax.ISI

Classes
ISIParser This parser knows how to split ISI records in fields
Reader The importer knows how to map the RIS fields to the 'standard' pyblio model.

Variable Summary
SRE_Pattern contd_re = ^\s{3}(.*?)\r?$
SRE_Pattern start_re = ^(\w\w)\s(.*?)\r?$

Variable Details

contd_re

Type:
SRE_Pattern
Value:
^\s{3}(.*?)\r?$                                                        

start_re

Type:
SRE_Pattern
Value:
^(\w\w)\s(.*?)\r?$                                                     

Generated by Epydoc 2.1 on Sun Sep 24 23:52:44 2006 http://epydoc.sf.net