Home
last modified time | relevance | path

Searched refs:xmllib (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_xmllib.py21 xmllib = test_support.import_module('xmllib', deprecated=True) variable
26 parser = xmllib.XMLParser()
32 class H(xmllib.XMLParser):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dxmlrpclib.py567 import xmllib # lazy subclassing (!)
568 if xmllib.XMLParser not in SlowParser.__bases__:
569 SlowParser.__bases__ = (xmllib.XMLParser,)
576 xmllib.XMLParser.__init__(self, accept_utf8=1)
578 xmllib.XMLParser.__init__(self) # pre-2.0
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/
DPythonReadMe.txt233 fileinput.py re.py xmllib.py
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DPy2710ReadMe.txt255 fileinput.py re.py xmllib.py