| Home | Trees | Index | Help |
|
|---|
| Package Pyblio :: Package Adapters :: Module PubMed2BibTeX :: Class PubMed2BibTeX |
|
object--+ |Database--+ |Adapter--+ |OneToOneAdapter--+ | PubMed2BibTeX
| Method Summary | |
|---|---|
__init__(self,
base)
| |
source2target(self,
medline)
| |
| Inherited from OneToOneAdapter | |
Get a record by key. | |
Update a record. | |
| |
Check for the existence of a key. | |
Translates a record from the target db to the source db | |
| |
| |
| Inherited from Adapter | |
| |
| |
| Inherited from Database | |
Partition the result set in a list of sets for every value taken by the specified field | |
| |
Check an entry for conformance against the Schema. | |
Output a database in XML format | |
Return the result set that contains _all_ the entries. | |
| |
| |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Property Summary | |
|---|---|
| Inherited from Database | |
entries | |
rs | |
txo | |
| Class Variable Summary | |
|---|---|
| Inherited from Adapter | |
NoneType |
header = None |
| Inherited from Database | |
entries = Pyblio.Store.Database.entries | |
rs: a ResultSetStore instance, containing all the
result sets defined on this database. | |
txo = Pyblio.Store.Database.txo | |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Sun Sep 24 23:52:43 2006 | http://epydoc.sf.net |