This object holds a group of FormatObjects.
Methods: identify Identify the format at a URL. identifyFile Identify
the format of a file. identifyString Identify the format of a string.
| Method Summary |
| |
__init__(self,
name,
abbrev,
filter,
multirecord)
FormatGroup(name[, abbrev][, filter][, multirecord]) |
| |
add(self,
obj,
*args,
**keywds)
|
| |
identify(self,
source,
debug_level)
S.identify(source[, debug_level]) -> FormatObject or None |
| |
identifyFile(self,
infile,
debug_level)
S.identifyFile(infile[, debug_level]) -> FormatObject or None |
| |
identifyString(self,
s,
debug_level)
S.identifyString(s[, debug_level]) -> FormatObject or None |
| Inherited from RegisterableGroup |
| |
add_after(self,
obj,
after)
|
| |
add_before(self,
obj,
before)
|