Package Bio :: Package Medline :: Class _RecordConsumer
[hide private]
[frames] | no frames]

Class _RecordConsumer

source code

ParserSupport.AbstractConsumer --+
                                 |
                                _RecordConsumer

Consumer that converts a Medline record to a Record object.

Members: data Record with Medline data.

Instance Methods [hide private]
 
__init__(self) source code
 
start_record(self) source code
 
end_record(self) source code
 
abstract_author(self, line) source code
 
abstract(self, line) source code
 
address(self, line) source code
 
author(self, line) source code
 
call_number(self, line) source code
 
comments(self, line) source code
 
class_update_date(self, line) source code
 
country(self, line) source code
 
entry_date(self, line) source code
 
publication_date(self, line) source code
 
english_abstract(self, line) source code
 
entry_month(self, line) source code
 
gene_symbol(self, line) source code
 
identification(self, line) source code
 
issue_part_supplement(self, line) source code
 
issn(self, line) source code
 
journal_title_code(self, line) source code
 
language(self, line) source code
 
special_list(self, line) source code
 
last_revision_date(self, line) source code
 
mesh_heading(self, line) source code
 
mesh_tree_number(self, line) source code
 
major_revision_date(self, line) source code
 
no_author(self, line) source code
 
substance_name(self, line) source code
 
pagination(self, line) source code
 
personal_name_as_subject(self, line) source code
 
publication_type(self, line) source code
 
number_of_references(self, line) source code
 
cas_registry_number(self, line) source code
 
record_originator(self, line) source code
 
journal_subset(self, line) source code
 
subheadings(self, line) source code
 
secondary_source_id(self, line) source code
 
source(self, line) source code
 
title_abbreviation(self, line) source code
 
title(self, line) source code
 
transliterated_title(self, line) source code
 
unique_identifier(self, line) source code
 
volume_issue(self, line) source code
 
year(self, line) source code
 
pubmed_id(self, line) source code
 
undefined(self, line) source code
 
_clean(self, line, rstrip=1) source code
 
_clean_record(self, rec) source code

Inherited from ParserSupport.AbstractConsumer: __getattr__

Class Variables [hide private]
  _needs_stripping = ['abstract', 'source', 'address', 'title_ab...
Class Variable Details [hide private]

_needs_stripping

Value:
['abstract',
 'source',
 'address',
 'title_abbreviation',
 'title',
 'transliterated_title']