Methods
|
|
__init__
_get_children_in_depth_order
_get_parents_in_depth_order
identify
identifyFile
identifyString
|
|
__init__
|
__init__ ( self, **kwargs )
Exceptions
|
|
TypeError("'multirecord' must be 0 or 1: %s" % repr( x ) )
TypeError("Do not understand keyword argument %r" %( k, ) )
TypeError("The keyword argument %r is required" %( k, ) )
TypeError("abbrev name of %r is not allowed" %( abbrev, ) )
|
|
|
_get_children_in_depth_order
|
_get_children_in_depth_order ( self )
|
|
_get_parents_in_depth_order
|
_get_parents_in_depth_order ( self )
|
|
identify
|
identify (
self,
source,
trace=0,
debug_level=0,
)
|
|
identifyFile
|
identifyFile (
self,
infile,
trace=0,
debug_level=0,
)
Exceptions
|
|
NotImplementedError( "must be defined in subclass" )
|
|
|
identifyString
|
identifyString (
self,
s,
trace=0,
debug_level=0,
)
Exceptions
|
|
NotImplementedError( "must be defined in subclass" )
|
|
|