Home | History | Annotate | Download | only in tests

Lines Matching refs:libxml2

6 import libxml2
49 opts = libxml2.XML_PARSE_DTDLOAD | libxml2.XML_PARSE_NONET | libxml2.XML_PARSE_COMPACT
57 libxml2.registerErrorHandler(my_global_error_cb, None)
59 parser = libxml2.createURLParserCtxt(docpath, opts)
72 except libxml2.parserError:
97 libxml2.registerInputCallback(my_input_cb)
112 test_callback=lambda: libxml2.popInputCallbacks(),
135 libxml2.popInputCallbacks()