Package biblio :: Package webquery :: Module bibrecord :: Class BibRecord
[hide private]
[frames] | no frames]

Class BibRecord

source code

  object --+    
           |    
impl.ReprObj --+
               |
              BibRecord

Instance Methods [hide private]
 
__init__(self)
C'tor.
source code
 
add_ext_references(self, key, val) source code
 
get_short_title(self) source code

Inherited from impl.ReprObj: __repr__, __str__, __unicode__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables [hide private]
  _repr_fields = ['id', 'type', 'lang', 'title', 'authors', 'yea...
Properties [hide private]
  short_title

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
C'tor.
Overrides: object.__init__

Class Variable Details [hide private]

_repr_fields

Value:
['id',
 'type',
 'lang',
 'title',
 'authors',
 'year',
 'edited',
 'abstract',
...

Property Details [hide private]

short_title

Get Method:
get_short_title(self)