Imported modules
|
|
import Martel
from Martel import RecordReader
from xml.sax import handler
|
Functions
|
|
|
|
check_dicts
|
check_dicts ( d1, d2 )
Exceptions
|
|
AssertionError("No match: %s, %s" %( d1, d2 ) )
|
|
|
check_element
|
check_element ( ( ( )
|
|
cmp_dicts
|
cmp_dicts ( d1, d2 )
|
|
get_element
|
get_element ( format, text="X" )
|
|
test
|
test ()
|
|
test_escape
|
test_escape ()
|
|
test_header_footer_parser
|
test_header_footer_parser ()
Check that I can pass same tag names in the header, record and
footer but not have them collide.
|
|
test_multi
|
test_multi ()
|
|
test_none
|
test_none ()
|
|
test_record_parser
|
test_record_parser ()
|
|
test_same_tag
|
test_same_tag ()
|
|
test_single
|
test_single ()
|
Classes
|
|
|
|