Home | Trees | Index | Help |
|
---|
Package Pyblio :: Package Parsers :: Package Syntax :: Package BibTeX :: Module Parser |
|
Classes | |
---|---|
ATComment |
|
Block |
A textual block, as a sequence of text and commands |
Cache |
|
Cmd |
A LaTeX \-command |
Comment |
A bibtex file comment |
Context |
|
IBibTeX |
|
Join |
A value, as a concatenation of blocks |
Record |
|
Text |
Exceptions | |
---|---|
EndOfFile |
Function Summary | |
---|---|
read(fd,
charset)
| |
Called at the opening of a record | |
Called when the parser is not in a record |
Variable Summary | |
---|---|
int |
ST_DONE = 2 |
int |
ST_OPEN = 1 |
int |
ST_OUT = 0 |
SRE_Pattern |
_brace_re = [\(\)"\{\}\\]
|
SRE_Pattern |
_cmd_re = (\w+|\S| )(.*)
|
dict |
_fstm = {0: <function _on_out at 0xa6a1b684>, 1: <functi...
|
SRE_Pattern |
_inline_re = ([,#=])
|
SRE_Pattern |
_record_start = \s*@\s*(\w+)(.*)
|
Function Details |
---|
_on_open(fd, ctx)Called at the opening of a record |
_on_out(fd, ctx)Called when the parser is not in a record |
Variable Details |
---|
ST_DONE
|
ST_OPEN
|
ST_OUT
|
_brace_re
|
_cmd_re
|
_fstm
|
_inline_re
|
_record_start
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Sep 24 23:52:43 2006 | http://epydoc.sf.net |