Home | Trees | Index | Help |
|
---|
Package Pyblio :: Package Importers :: Package BibTeX :: Class Importer |
|
object
--+
|
Importer
Method Summary | |
---|---|
__init__(self,
charset)
| |
comment_add(self,
stream)
| |
date_add(self,
field,
stream)
| |
id_add(self,
field,
stream)
| |
parse(self,
fd,
db)
| |
Parse a stream of tokens as a series of person names | |
preamble_add(self,
stream)
| |
record_begin(self)
| |
record_dispatch(self,
k,
v)
| |
record_end(self)
| |
record_parse(self,
record)
| |
string_add(self,
stream)
| |
text_add(self,
field,
stream)
| |
to_text(self,
stream)
| |
type_add(self,
data)
| |
url_add(self,
field,
stream)
| |
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) |
Method Details |
---|
person_add(self, field, stream)Parse a stream of tokens as a series of person names |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Jan 18 23:09:34 2006 | http://epydoc.sf.net |