Trees | Indices | Help |
---|
|
|
|||
header = Rep(AssertNot(Str("ID "))+ ToEol())
|
|||
ID = Str("ID ")+ Std.dbid(ToSep(sep= ";"), {"type": "primary
|
|||
AC = Str("AC ")+ Std.dbid(ToSep(sep= ";"), {"type": "accessi
|
|||
DE = Str("DE ")+ ToEol("description")
|
|||
BL = Str("BL ")+ ToSep("protomat_id", ";")+ Str(" width=")+
|
|||
identifier = Std.dbxref_dbid(UntilSep(sep= "|."), {"dbname": "
|
|||
segment = AssertNot(Re(r".. "))+ identifier+ Re(r" *\( *")+ In
|
|||
segment_block = Rep1(segment | AnyEol())
|
|||
end = Str("//")+ AnyEol()
|
|||
record = Group("record", ID+ AC+ DE+ BL+ segment_block+ end)
|
|||
format_expression = header+ Rep1(record)
|
|||
format = HeaderFooter("dataset", {"format": "blocks/12"}, head
|
|||
__warningregistry__ =
|
|
ID
|
AC
|
BL
|
identifier
|
segment
|
format
|
__warningregistry__
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Sep 15 09:26:27 2008 | http://epydoc.sourceforge.net |