__init__(self,
name,
abbrev=None,
filter=None,
multirecord=1)
(Constructor)
| source code
|
FormatGroup(name[, abbrev][, filter][, multirecord])
name is the name of the object, abbrev is an abbreviation for the
name.
filter is an optional Martel.Expression that can be used to quickly
determine whether some input is parseable by this group.
multirecord is either 0/1 indicating whether this format can be used
to parse multiple records. By default, it is 1.
- Overrides:
Registry.RegisterableObject.__init__
|